Skip to content
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

Version Packages #1234

Merged
merged 1 commit into from
Jun 2, 2021
Merged

Version Packages #1234

merged 1 commit into from
Jun 2, 2021

Conversation

blockstack-devops
Copy link
Contributor

@blockstack-devops blockstack-devops commented May 27, 2021

Try out this version of the Stacks Wallet - download extension builds.

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 support

    The 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:

    • dynamically fetch and cache meta data for a given token
    • display and format balances with correct decimal offset
    • display ticker/name as defined in contract
    • allow only tokens that have a correct transfer method to be sent via the extension
    • correct decimal placeholder in amount input field
    • better fallback/loading UI for FTs
    • progressive fallback for tokens that don't conform
    • improved form validation based on meta data
    • automatically switch to "activity" tab on successful transfer
    • other misc improvements

Patch Changes

@vercel
Copy link

vercel bot commented May 27, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/blockstack/stacks-wallet-web/5VfvhN2mNdLiW9zL5DzZt24YVHLb
✅ Preview: https://stacks-wallet-web-git-changeset-release-main-blockstack.vercel.app

@vercel vercel bot temporarily deployed to Preview May 27, 2021 16:37 Inactive
@vercel vercel bot temporarily deployed to Preview June 2, 2021 13:49 Inactive
@aulneau aulneau merged commit 15f829e into main Jun 2, 2021
@aulneau aulneau deleted the changeset-release/main branch June 2, 2021 13:59
@pete-watters pete-watters mentioned this pull request Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants