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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@stacks/wallet-web@2.10.0
Minor Changes
#1208
b76efa57
Thanks @aulneau! - ### SIP 010 supportThe main goal behind this PR was to support tokens that conform to the SIP 010 Fungible token standard. Changes to the
extension to enable this touched many areas, but mostly had to do with how we construct the state for each token and
how we are displaying it. I've designed things in a way that we can still display older tokens or other FTs that do not conform
by using the code we had from before as a fallback when there aren't decimals/symbol/name methods available.
High level overview of changes:
Patch Changes
09dddb5a
Thanks @kyranjamie! - Adds code coverage and deploys to Github Pages https://blockstack.github.io/stacks-wallet-web/