Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Before:
On this branch:
Description:
Now that all current token rules in PROD have token values shifted by 6 decimals, we need
/starry token-rule list
to unshift those 6 decimals for display. We do this with a migration script that adds a newdecimals
integer column (defaulting to 6), then returning the newdecimals
property in the db get functions for use bytokenList
.Suggested QA:
/starry farewell
to remove bot, ensure that created roles have been removed/starry token-rule add
normally/starry token-rule add
incorrectly, expect helpful errorstarry join
flow from an account that doesn't have the added token, expect no roles when finishedstarry join
flow from an account that does have the added token, expect all applicable roles to be addedFurther QA: