-
Notifications
You must be signed in to change notification settings - Fork 297
chore: fix underlyingAsset for test token and coins #6438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
08b245e
to
1b1da0d
Compare
1b1da0d
to
4f8c3cf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a potentially breaking change, several of our user interfaces were previously built under the assumption that the UnderlyingAsset provided an environment agnostic way of defining a coin. We should first do an alpha release and vet this change before merging to master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- please use conventional commit messages, this type of change is not a
chore
, it should be a feature or fix. - please include BREAKING CHANGE, as we are now fundamentally re-defining what UnderlyingAsset is used for
- please do an alpha release & verify this change in bitgo-ui before proceeding with merges to master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree with aaron
4f8c3cf
to
63d692f
Compare
Ticket: WIN-6149 BREAKING CHANGE: The underlyingAsset should be set to the corresponding testnet asset if the coin belongs to a testnet. This PR refactors such tokens to ensure consistency.
63d692f
to
568c2a1
Compare
The
underlyingAsset
should be set to the corresponding testnet asset if the coin belongs to a testnet. This PR refactors such tokens to ensure consistency.Ticket: WIN-6149