Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 2, 2021
1 parent b76efa5 commit 93960c6
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
23 changes: 0 additions & 23 deletions .changeset/stale-avocados-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-ties-guess.md

This file was deleted.

28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 2.10.0

### Minor Changes

- [#1208](https://github.com/blockstack/stacks-wallet-web/pull/1208) [`b76efa57`](https://github.com/blockstack/stacks-wallet-web/commit/b76efa5793ab64a0c7a679c8441ac2e3a6bea0a9) Thanks [@aulneau](https://github.com/aulneau)! - ### SIP 010 support

The main goal behind this PR was to support tokens that conform to the [SIP 010 Fungible token standard](https://github.com/stacksgov/sips/pull/5). 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

- [#1233](https://github.com/blockstack/stacks-wallet-web/pull/1233) [`09dddb5a`](https://github.com/blockstack/stacks-wallet-web/commit/09dddb5a4d034e7d42a854e010fe600b638c4e9e) Thanks [@kyranjamie](https://github.com/kyranjamie)! - Adds code coverage and deploys to Github Pages https://blockstack.github.io/stacks-wallet-web/

## 2.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"serve:test": "yarn http-server ./test-app/dist -p 3001 -s",
"typecheck": "tsc --noEmit"
},
"version": "2.9.0",
"version": "2.10.0",
"author": "Blockstack PBC",
"dependencies": {
"@changesets/changelog-github": "0.4.0",
Expand Down

0 comments on commit 93960c6

Please sign in to comment.