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

"invalid amount" error message appears for certain assets when user tries a token transfer #2154

Closed
timstackblock opened this issue Jan 21, 2022 · 3 comments
Assignees
Labels
area:error-states bug Functionality broken bug-p2 Critical functionality broken for few users, with no clear workarounds

Comments

@timstackblock
Copy link
Contributor

On the testnet with the dev version of the wallet the user hits this message and cannot send the token.

Screen Shot 2022-01-21 at 10 18 00 AM

Screen Shot 2022-01-21 at 9 23 12 AM

@timstackblock timstackblock added bug-p2 Critical functionality broken for few users, with no clear workarounds bug Functionality broken area:error-states labels Jan 21, 2022
@Eshwari007
Copy link

Eshwari007 commented Jan 21, 2022

I had similar issue when I was testing non STX token transfer
123

seems to work fine with Stella token though
Screen Shot 2022-01-21 at 10 58 28 AM

@He1DAr He1DAr assigned He1DAr and unassigned fbwoolf Jan 21, 2022
@kyranjamie
Copy link
Collaborator

kyranjamie commented Jan 21, 2022

I have a feeling this is related to my refactoring work. One area that wasn't entirely clear, based off the existing code, was how we determine "transferable assets".

It could be that RTO is a non-SIP-09 token that shouldn't be transferable, but is now considered as such.

@He1DAr
Copy link

He1DAr commented Jan 21, 2022

Some tokens are missing metadata, it looks like they were being filtered out previously.
main:
image
dev:
image

@He1DAr He1DAr assigned kyranjamie and unassigned He1DAr Jan 24, 2022
blockstack-devops pushed a commit that referenced this issue Jan 25, 2022
# [3.0.0-beta.1](v2.24.1...v3.0.0-beta.1) (2022-01-25)

### Bug Fixes

* breaking change from stacks.js ([d09244c](d09244c))
* can't unlock wallet after upgrade ([1882c1f](1882c1f)), closes [#2124](#2124)
* change wallet config default branch to main ([400a55a](400a55a))
* gaia config being fetched on every key press, closes [#2101](#2101) ([013ec9e](013ec9e))
* improve list render performance ([fd0154e](fd0154e))
* increase fee showing zero ([297afa8](297afa8))
* is asset transferable logic, closes [#2154](#2154) ([32dbd96](32dbd96))
* lock and unlocking routes ([5df9e88](5df9e88))
* long white screens ([ad41051](ad41051))
* null rendering when accounts are undefined, closes [#2000](#2000) ([973dcc4](973dcc4))
* onboarding route flashing ([b2e478b](b2e478b))
* remove disabled regtest option from networks list ([6aafe89](6aafe89))
* remove gaia call when unlocking wallet ([837cef7](837cef7)), closes [#1877](#1877)
* remove gaia call when unlocking wallet ([b717b03](b717b03)), closes [#1877](#1877)
* remove inline source maps in prod ([46ddd28](46ddd28))
* rename localnet to devnet ([5e489d5](5e489d5))
* render whole account list when fewer than 10 accounts ([abe1597](abe1597))
* routing sign and signed out ([61d4851](61d4851))
* security vulnerability from audit ([c80cd98](c80cd98))
* show fiat onramp buy button only on mainnet ([6d1df94](6d1df94)), closes [#2049](#2049)
* submitted transactions not appearing ([e1e902d](e1e902d))
* switch account failing test ([7efd8c9](7efd8c9))
* use saved hasSetPassword from storage ([f3cfbff](f3cfbff))

### chore

* **release:** 2.25.0-beta.1 ([2be6573](2be6573)), closes [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2105](#2105) [#2041](#2041) [#2062](#2062)

### Features

* activate okcoin fiat onramp integration ([881e88d](881e88d)), closes [#2105](#2105)
* add metrics for fee estimation ([2788a9b](2788a9b)), closes [#2041](#2041)
* add unlock waiting message ([e2cf9f1](e2cf9f1)), closes [#2062](#2062)

### Reverts

* Revert "feat: add welcome page" ([4b7859a](4b7859a))
* Revert "refactor: global styles" ([97b16c1](97b16c1))
* Revert "feat: add back up secret key page" ([95c3a76](95c3a76))
* Revert "feat: add set password page" ([4f44c48](4f44c48))
* Revert "refactor: update existing styles to match changes" ([326b0b2](326b0b2))
* Revert "refactor: add primary button" ([152fffd](152fffd))

### BREAKING CHANGES

* **release:** from stacks.js ([d09244c](d09244c))
blockstack-devops pushed a commit that referenced this issue Jan 26, 2022
# [2.25.0](v2.24.1...v2.25.0) (2022-01-26)

### Bug Fixes

* breaking change from stacks.js ([d09244c](d09244c))
* can't unlock wallet after upgrade ([1882c1f](1882c1f)), closes [#2124](#2124)
* change wallet config default branch to main ([400a55a](400a55a))
* gaia config being fetched on every key press, closes [#2101](#2101) ([013ec9e](013ec9e))
* improve list render performance ([fd0154e](fd0154e))
* increase fee showing zero ([297afa8](297afa8))
* is asset transferable logic, closes [#2154](#2154) ([32dbd96](32dbd96))
* lock and unlocking routes ([5df9e88](5df9e88))
* long white screens ([ad41051](ad41051))
* null rendering when accounts are undefined, closes [#2000](#2000) ([973dcc4](973dcc4))
* onboarding route flashing ([b2e478b](b2e478b))
* remove disabled regtest option from networks list ([6aafe89](6aafe89))
* remove gaia call when unlocking wallet ([837cef7](837cef7)), closes [#1877](#1877)
* remove gaia call when unlocking wallet ([b717b03](b717b03)), closes [#1877](#1877)
* remove inline source maps in prod ([46ddd28](46ddd28))
* rename localnet to devnet ([5e489d5](5e489d5))
* render whole account list when fewer than 10 accounts ([abe1597](abe1597))
* routing sign and signed out ([61d4851](61d4851))
* security vulnerability from audit ([c80cd98](c80cd98))
* show fiat onramp buy button only on mainnet ([6d1df94](6d1df94)), closes [#2049](#2049)
* submitted transactions not appearing ([e1e902d](e1e902d))
* switch account failing test ([7efd8c9](7efd8c9))
* use saved hasSetPassword from storage ([f3cfbff](f3cfbff))

### Features

* activate okcoin fiat onramp integration ([881e88d](881e88d)), closes [#2105](#2105)
* add metrics for fee estimation ([2788a9b](2788a9b)), closes [#2041](#2041)
* add unlock waiting message ([e2cf9f1](e2cf9f1)), closes [#2062](#2062)
* reduce sentry tracesSampleRate ([a08a36d](a08a36d))

### Reverts

* Revert "feat: add welcome page" ([4b7859a](4b7859a))
* Revert "refactor: global styles" ([97b16c1](97b16c1))
* Revert "feat: add back up secret key page" ([95c3a76](95c3a76))
* Revert "feat: add set password page" ([4f44c48](4f44c48))
* Revert "refactor: update existing styles to match changes" ([326b0b2](326b0b2))
* Revert "refactor: add primary button" ([152fffd](152fffd))
blockstack-devops pushed a commit that referenced this issue Jan 26, 2022
# [3.0.0](v2.24.1...v3.0.0) (2022-01-26)

### Bug Fixes

* breaking change from stacks.js ([d09244c](d09244c))
* can't unlock wallet after upgrade ([1882c1f](1882c1f)), closes [#2124](#2124)
* change wallet config default branch to main ([400a55a](400a55a))
* gaia config being fetched on every key press, closes [#2101](#2101) ([013ec9e](013ec9e))
* improve list render performance ([fd0154e](fd0154e))
* increase fee showing zero ([297afa8](297afa8))
* is asset transferable logic, closes [#2154](#2154) ([32dbd96](32dbd96))
* lock and unlocking routes ([5df9e88](5df9e88))
* long white screens ([ad41051](ad41051))
* null rendering when accounts are undefined, closes [#2000](#2000) ([973dcc4](973dcc4))
* onboarding route flashing ([b2e478b](b2e478b))
* remove disabled regtest option from networks list ([6aafe89](6aafe89))
* remove gaia call when unlocking wallet ([837cef7](837cef7)), closes [#1877](#1877)
* remove gaia call when unlocking wallet ([b717b03](b717b03)), closes [#1877](#1877)
* remove inline source maps in prod ([46ddd28](46ddd28))
* rename localnet to devnet ([5e489d5](5e489d5))
* render whole account list when fewer than 10 accounts ([abe1597](abe1597))
* routing sign and signed out ([61d4851](61d4851))
* security vulnerability from audit ([c80cd98](c80cd98))
* show fiat onramp buy button only on mainnet ([6d1df94](6d1df94)), closes [#2049](#2049)
* submitted transactions not appearing ([e1e902d](e1e902d))
* switch account failing test ([7efd8c9](7efd8c9))
* trigger release ([691a14b](691a14b))
* use saved hasSetPassword from storage ([f3cfbff](f3cfbff))

### chore

* **release:** 2.25.0 ([1747358](1747358)), closes [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062)

### Features

* activate okcoin fiat onramp integration ([881e88d](881e88d)), closes [#2105](#2105)
* add metrics for fee estimation ([2788a9b](2788a9b)), closes [#2041](#2041)
* add unlock waiting message ([e2cf9f1](e2cf9f1)), closes [#2062](#2062)
* reduce sentry tracesSampleRate ([a08a36d](a08a36d))

### Reverts

* Revert "feat: add welcome page" ([4b7859a](4b7859a))
* Revert "refactor: global styles" ([97b16c1](97b16c1))
* Revert "feat: add back up secret key page" ([95c3a76](95c3a76))
* Revert "feat: add set password page" ([4f44c48](4f44c48))
* Revert "refactor: update existing styles to match changes" ([326b0b2](326b0b2))
* Revert "refactor: add primary button" ([152fffd](152fffd))

### BREAKING CHANGES

* **release:** from stacks.js ([d09244c](d09244c))
blockstack-devops pushed a commit that referenced this issue Jan 26, 2022
# [3.0.0-beta.1](v2.24.1...v3.0.0-beta.1) (2022-01-26)

### Bug Fixes

* breaking change from stacks.js ([d09244c](d09244c))
* can't unlock wallet after upgrade ([1882c1f](1882c1f)), closes [#2124](#2124)
* change wallet config default branch to main ([400a55a](400a55a))
* gaia config being fetched on every key press, closes [#2101](#2101) ([013ec9e](013ec9e))
* improve list render performance ([fd0154e](fd0154e))
* increase fee showing zero ([297afa8](297afa8))
* is asset transferable logic, closes [#2154](#2154) ([32dbd96](32dbd96))
* lock and unlocking routes ([5df9e88](5df9e88))
* long white screens ([ad41051](ad41051))
* null rendering when accounts are undefined, closes [#2000](#2000) ([973dcc4](973dcc4))
* onboarding route flashing ([b2e478b](b2e478b))
* remove disabled regtest option from networks list ([6aafe89](6aafe89))
* remove gaia call when unlocking wallet ([837cef7](837cef7)), closes [#1877](#1877)
* remove gaia call when unlocking wallet ([b717b03](b717b03)), closes [#1877](#1877)
* remove inline source maps in prod ([46ddd28](46ddd28))
* rename localnet to devnet ([5e489d5](5e489d5))
* render whole account list when fewer than 10 accounts ([abe1597](abe1597))
* routing sign and signed out ([61d4851](61d4851))
* security vulnerability from audit ([c80cd98](c80cd98))
* show fiat onramp buy button only on mainnet ([6d1df94](6d1df94)), closes [#2049](#2049)
* sponsored tx fee ([9cfa3fd](9cfa3fd))
* submitted transactions not appearing ([e1e902d](e1e902d))
* switch account failing test ([7efd8c9](7efd8c9))
* trigger release ([691a14b](691a14b))
* use saved hasSetPassword from storage ([f3cfbff](f3cfbff))

### chore

* **release:** 2.25.0 ([1747358](1747358)), closes [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062)

### Features

* activate okcoin fiat onramp integration ([881e88d](881e88d)), closes [#2105](#2105)
* add back up secret key page ([6e11303](6e11303))
* add metrics for fee estimation ([2788a9b](2788a9b)), closes [#2041](#2041)
* add set password page ([9d18c72](9d18c72))
* add unlock waiting message ([e2cf9f1](e2cf9f1)), closes [#2062](#2062)
* add welcome page ([431e63b](431e63b))
* reduce sentry tracesSampleRate ([a08a36d](a08a36d))

### Reverts

* Revert "feat: add welcome page" ([4b7859a](4b7859a))
* Revert "refactor: global styles" ([97b16c1](97b16c1))
* Revert "feat: add back up secret key page" ([95c3a76](95c3a76))
* Revert "feat: add set password page" ([4f44c48](4f44c48))
* Revert "refactor: update existing styles to match changes" ([326b0b2](326b0b2))
* Revert "refactor: add primary button" ([152fffd](152fffd))

### BREAKING CHANGES

* **release:** from stacks.js ([d09244c](d09244c))
blockstack-devops pushed a commit that referenced this issue Jan 31, 2022
# [3.0.0-beta.1](v2.24.1...v3.0.0-beta.1) (2022-01-31)

### Bug Fixes

* breaking change from stacks.js ([d09244c](d09244c))
* can't unlock wallet after upgrade ([1882c1f](1882c1f)), closes [#2124](#2124)
* change okcoin wording ([41e7255](41e7255)), closes [#2170](#2170)
* change wallet config default branch to main ([400a55a](400a55a))
* gaia config being fetched on every key press, closes [#2101](#2101) ([013ec9e](013ec9e))
* improve list render performance ([fd0154e](fd0154e))
* increase fee showing zero ([297afa8](297afa8))
* is asset transferable logic, closes [#2154](#2154) ([32dbd96](32dbd96))
* lock and unlocking routes ([5df9e88](5df9e88))
* long white screens ([ad41051](ad41051))
* null rendering when accounts are undefined, closes [#2000](#2000) ([973dcc4](973dcc4))
* onboarding route flashing ([b2e478b](b2e478b))
* remove disabled regtest option from networks list ([6aafe89](6aafe89))
* remove gaia call when unlocking wallet ([837cef7](837cef7)), closes [#1877](#1877)
* remove gaia call when unlocking wallet ([b717b03](b717b03)), closes [#1877](#1877)
* remove inline source maps in prod ([46ddd28](46ddd28))
* rename localnet to devnet ([5e489d5](5e489d5))
* render whole account list when fewer than 10 accounts ([abe1597](abe1597))
* routing sign and signed out ([61d4851](61d4851))
* security vulnerability from audit ([c80cd98](c80cd98))
* show fiat onramp buy button only on mainnet ([6d1df94](6d1df94)), closes [#2049](#2049)
* sponsored tx fee ([9cfa3fd](9cfa3fd))
* submitted transactions not appearing ([e1e902d](e1e902d))
* switch account failing test ([7efd8c9](7efd8c9))
* trigger release ([691a14b](691a14b))
* use saved hasSetPassword from storage ([f3cfbff](f3cfbff))

### chore

* **release:** 2.25.0 ([1747358](1747358)), closes [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([0e25597](0e25597)), closes [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)

### Features

* activate okcoin fiat onramp integration ([881e88d](881e88d)), closes [#2105](#2105)
* add back up secret key page ([6e11303](6e11303))
* add metrics for fee estimation ([2788a9b](2788a9b)), closes [#2041](#2041)
* add set password page ([9d18c72](9d18c72))
* add unlock waiting message ([e2cf9f1](e2cf9f1)), closes [#2062](#2062)
* add welcome page ([431e63b](431e63b))
* reduce sentry tracesSampleRate ([a08a36d](a08a36d))

### Reverts

* Revert "feat: add welcome page" ([4b7859a](4b7859a))
* Revert "refactor: global styles" ([97b16c1](97b16c1))
* Revert "feat: add back up secret key page" ([95c3a76](95c3a76))
* Revert "feat: add set password page" ([4f44c48](4f44c48))
* Revert "refactor: update existing styles to match changes" ([326b0b2](326b0b2))
* Revert "refactor: add primary button" ([152fffd](152fffd))

### BREAKING CHANGES

* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
blockstack-devops pushed a commit that referenced this issue Jan 31, 2022
# [3.0.0-beta.1](v2.24.1...v3.0.0-beta.1) (2022-01-31)

### Bug Fixes

* breaking change from stacks.js ([d09244c](d09244c))
* can't unlock wallet after upgrade ([1882c1f](1882c1f)), closes [#2124](#2124)
* change okcoin wording ([41e7255](41e7255)), closes [#2170](#2170)
* change wallet config default branch to main ([400a55a](400a55a))
* gaia config being fetched on every key press, closes [#2101](#2101) ([013ec9e](013ec9e))
* improve list render performance ([fd0154e](fd0154e))
* increase fee showing zero ([297afa8](297afa8))
* is asset transferable logic, closes [#2154](#2154) ([32dbd96](32dbd96))
* lock and unlocking routes ([5df9e88](5df9e88))
* long white screens ([ad41051](ad41051))
* near render loop issue ([e60d527](e60d527))
* null rendering when accounts are undefined, closes [#2000](#2000) ([973dcc4](973dcc4))
* onboarding route flashing ([b2e478b](b2e478b))
* remove disabled regtest option from networks list ([6aafe89](6aafe89))
* remove gaia call when unlocking wallet ([837cef7](837cef7)), closes [#1877](#1877)
* remove gaia call when unlocking wallet ([b717b03](b717b03)), closes [#1877](#1877)
* remove inline source maps in prod ([46ddd28](46ddd28))
* rename localnet to devnet ([5e489d5](5e489d5))
* render whole account list when fewer than 10 accounts ([abe1597](abe1597))
* routing sign and signed out ([61d4851](61d4851))
* security vulnerability from audit ([c80cd98](c80cd98))
* show fiat onramp buy button only on mainnet ([6d1df94](6d1df94)), closes [#2049](#2049)
* slower render performance on create account list, fixes [#2139](#2139) ([4e372e4](4e372e4))
* sponsored tx fee ([9cfa3fd](9cfa3fd))
* submitted transactions not appearing ([e1e902d](e1e902d))
* switch account failing test ([7efd8c9](7efd8c9))
* trigger release ([691a14b](691a14b))
* use saved hasSetPassword from storage ([f3cfbff](f3cfbff))

### chore

* **release:** 2.25.0 ([1747358](1747358)), closes [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([3b7c257](3b7c257)), closes [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([0e25597](0e25597)), closes [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)

### Features

* activate okcoin fiat onramp integration ([881e88d](881e88d)), closes [#2105](#2105)
* add back up secret key page ([6e11303](6e11303))
* add metrics for fee estimation ([2788a9b](2788a9b)), closes [#2041](#2041)
* add set password page ([9d18c72](9d18c72))
* add unlock waiting message ([e2cf9f1](e2cf9f1)), closes [#2062](#2062)
* add welcome page ([431e63b](431e63b))
* reduce sentry tracesSampleRate ([a08a36d](a08a36d))

### Reverts

* Revert "feat: add welcome page" ([4b7859a](4b7859a))
* Revert "refactor: global styles" ([97b16c1](97b16c1))
* Revert "feat: add back up secret key page" ([95c3a76](95c3a76))
* Revert "feat: add set password page" ([4f44c48](4f44c48))
* Revert "refactor: update existing styles to match changes" ([326b0b2](326b0b2))
* Revert "refactor: add primary button" ([152fffd](152fffd))

### BREAKING CHANGES

* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
blockstack-devops pushed a commit that referenced this issue Jan 31, 2022
# [3.0.0-beta.1](v2.24.1...v3.0.0-beta.1) (2022-01-31)

### Bug Fixes

* breaking change from stacks.js ([d09244c](d09244c))
* can't unlock wallet after upgrade ([1882c1f](1882c1f)), closes [#2124](#2124)
* change okcoin wording ([41e7255](41e7255)), closes [#2170](#2170)
* change wallet config default branch to main ([400a55a](400a55a))
* gaia config being fetched on every key press, closes [#2101](#2101) ([013ec9e](013ec9e))
* improve list render performance ([fd0154e](fd0154e))
* increase fee showing zero ([297afa8](297afa8))
* is asset transferable logic, closes [#2154](#2154) ([32dbd96](32dbd96))
* lock and unlocking routes ([5df9e88](5df9e88))
* long white screens ([ad41051](ad41051))
* near render loop issue ([e60d527](e60d527))
* null rendering when accounts are undefined, closes [#2000](#2000) ([973dcc4](973dcc4))
* onboarding route flashing ([b2e478b](b2e478b))
* remove disabled regtest option from networks list ([6aafe89](6aafe89))
* remove gaia call when unlocking wallet ([837cef7](837cef7)), closes [#1877](#1877)
* remove gaia call when unlocking wallet ([b717b03](b717b03)), closes [#1877](#1877)
* remove inline source maps in prod ([46ddd28](46ddd28))
* rename localnet to devnet ([5e489d5](5e489d5))
* render whole account list when fewer than 10 accounts ([abe1597](abe1597))
* routing sign and signed out ([61d4851](61d4851))
* security vulnerability from audit ([c80cd98](c80cd98))
* show fiat onramp buy button only on mainnet ([6d1df94](6d1df94)), closes [#2049](#2049)
* slower render performance on create account list, fixes [#2139](#2139) ([1e21648](1e21648))
* slower render performance on create account list, fixes [#2139](#2139) ([4e372e4](4e372e4))
* sponsored tx fee ([9cfa3fd](9cfa3fd))
* submitted transactions not appearing ([e1e902d](e1e902d))
* switch account failing test ([7efd8c9](7efd8c9))
* trigger release ([691a14b](691a14b))
* use saved hasSetPassword from storage ([f3cfbff](f3cfbff))

### chore

* **release:** 2.25.0 ([1747358](1747358)), closes [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([dff2cd7](dff2cd7)), closes [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2139](#2139) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([3b7c257](3b7c257)), closes [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([0e25597](0e25597)), closes [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)

### Features

* activate okcoin fiat onramp integration ([881e88d](881e88d)), closes [#2105](#2105)
* add back up secret key page ([6e11303](6e11303))
* add metrics for fee estimation ([2788a9b](2788a9b)), closes [#2041](#2041)
* add set password page ([9d18c72](9d18c72))
* add unlock waiting message ([e2cf9f1](e2cf9f1)), closes [#2062](#2062)
* add welcome page ([431e63b](431e63b))
* reduce sentry tracesSampleRate ([a08a36d](a08a36d))

### Reverts

* Revert "feat: add welcome page" ([4b7859a](4b7859a))
* Revert "refactor: global styles" ([97b16c1](97b16c1))
* Revert "feat: add back up secret key page" ([95c3a76](95c3a76))
* Revert "feat: add set password page" ([4f44c48](4f44c48))
* Revert "refactor: update existing styles to match changes" ([326b0b2](326b0b2))
* Revert "refactor: add primary button" ([152fffd](152fffd))

### BREAKING CHANGES

* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
blockstack-devops pushed a commit that referenced this issue Feb 1, 2022
# [3.0.0-beta.1](v2.24.1...v3.0.0-beta.1) (2022-02-01)

### Bug Fixes

* breaking change from stacks.js ([d09244c](d09244c))
* can't unlock wallet after upgrade ([1882c1f](1882c1f)), closes [#2124](#2124)
* change okcoin wording ([41e7255](41e7255)), closes [#2170](#2170)
* change wallet config default branch to main ([400a55a](400a55a))
* gaia config being fetched on every key press, closes [#2101](#2101) ([013ec9e](013ec9e))
* improve list render performance ([fd0154e](fd0154e))
* increase fee showing zero ([297afa8](297afa8))
* is asset transferable logic, closes [#2154](#2154) ([32dbd96](32dbd96))
* lock and unlocking routes ([5df9e88](5df9e88))
* long white screens ([ad41051](ad41051))
* near render loop issue ([e60d527](e60d527))
* null rendering when accounts are undefined, closes [#2000](#2000) ([973dcc4](973dcc4))
* onboarding route flashing ([b2e478b](b2e478b))
* remove disabled regtest option from networks list ([6aafe89](6aafe89))
* remove gaia call when unlocking wallet ([837cef7](837cef7)), closes [#1877](#1877)
* remove gaia call when unlocking wallet ([b717b03](b717b03)), closes [#1877](#1877)
* remove inline source maps in prod ([46ddd28](46ddd28))
* rename localnet to devnet ([5e489d5](5e489d5))
* render whole account list when fewer than 10 accounts ([abe1597](abe1597))
* routing sign and signed out ([61d4851](61d4851))
* security vulnerability from audit ([c80cd98](c80cd98))
* show fiat onramp buy button only on mainnet ([6d1df94](6d1df94)), closes [#2049](#2049)
* slower render performance on create account list, fixes [#2139](#2139) ([1e21648](1e21648))
* slower render performance on create account list, fixes [#2139](#2139) ([4e372e4](4e372e4))
* sponsored tx fee ([9cfa3fd](9cfa3fd))
* submitted transactions not appearing ([e1e902d](e1e902d))
* switch account failing test ([7efd8c9](7efd8c9))
* trigger release ([691a14b](691a14b))
* use saved hasSetPassword from storage ([f3cfbff](f3cfbff))

### chore

* **release:** 2.25.0 ([1747358](1747358)), closes [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([c6739cf](c6739cf)), closes [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2139](#2139) [#2139](#2139) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2139](#2139) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([dff2cd7](dff2cd7)), closes [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2139](#2139) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([3b7c257](3b7c257)), closes [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([0e25597](0e25597)), closes [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)

### Features

* activate okcoin fiat onramp integration ([881e88d](881e88d)), closes [#2105](#2105)
* add analytics to tx signing & fiat onramp ([e943119](e943119)), closes [#2037](#2037) [#2035](#2035)
* add back up secret key page ([6e11303](6e11303))
* add metrics for fee estimation ([2788a9b](2788a9b)), closes [#2041](#2041)
* add set password page ([9d18c72](9d18c72))
* add unlock waiting message ([e2cf9f1](e2cf9f1)), closes [#2062](#2062)
* add welcome page ([431e63b](431e63b))
* reduce sentry tracesSampleRate ([a08a36d](a08a36d))

### Reverts

* Revert "feat: add welcome page" ([4b7859a](4b7859a))
* Revert "refactor: global styles" ([97b16c1](97b16c1))
* Revert "feat: add back up secret key page" ([95c3a76](95c3a76))
* Revert "feat: add set password page" ([4f44c48](4f44c48))
* Revert "refactor: update existing styles to match changes" ([326b0b2](326b0b2))
* Revert "refactor: add primary button" ([152fffd](152fffd))

### BREAKING CHANGES

* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
blockstack-devops pushed a commit that referenced this issue Feb 1, 2022
# [3.0.0-beta.1](v2.24.1...v3.0.0-beta.1) (2022-02-01)

### Bug Fixes

* breaking change from stacks.js ([d09244c](d09244c))
* can't unlock wallet after upgrade ([1882c1f](1882c1f)), closes [#2124](#2124)
* change okcoin wording ([41e7255](41e7255)), closes [#2170](#2170)
* change wallet config default branch to main ([400a55a](400a55a))
* gaia config being fetched on every key press, closes [#2101](#2101) ([013ec9e](013ec9e))
* improve list render performance ([fd0154e](fd0154e))
* increase fee showing zero ([297afa8](297afa8))
* is asset transferable logic, closes [#2154](#2154) ([32dbd96](32dbd96))
* lock and unlocking routes ([5df9e88](5df9e88))
* long white screens ([ad41051](ad41051))
* near render loop issue ([e60d527](e60d527))
* null rendering when accounts are undefined, closes [#2000](#2000) ([973dcc4](973dcc4))
* onboarding route flashing ([b2e478b](b2e478b))
* remove disabled regtest option from networks list ([6aafe89](6aafe89))
* remove gaia call when unlocking wallet ([837cef7](837cef7)), closes [#1877](#1877)
* remove gaia call when unlocking wallet ([b717b03](b717b03)), closes [#1877](#1877)
* remove inline source maps in prod ([46ddd28](46ddd28))
* rename localnet to devnet ([5e489d5](5e489d5))
* render whole account list when fewer than 10 accounts ([abe1597](abe1597))
* routing sign and signed out ([61d4851](61d4851))
* security vulnerability from audit ([c80cd98](c80cd98))
* show fiat onramp buy button only on mainnet ([6d1df94](6d1df94)), closes [#2049](#2049)
* slower render performance on create account list, fixes [#2139](#2139) ([1e21648](1e21648))
* slower render performance on create account list, fixes [#2139](#2139) ([4e372e4](4e372e4))
* sponsored tx fee ([9cfa3fd](9cfa3fd))
* submitted transactions not appearing ([e1e902d](e1e902d))
* switch account failing test ([7efd8c9](7efd8c9))
* trigger release ([691a14b](691a14b))
* use saved hasSetPassword from storage ([f3cfbff](f3cfbff))

### chore

* **release:** 2.25.0 ([1747358](1747358)), closes [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([1586bab](1586bab)), closes [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2139](#2139) [#2139](#2139) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2139](#2139) [#2139](#2139) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2139](#2139) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2139](#2139) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2037](#2037) [#2035](#2035) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([c6739cf](c6739cf)), closes [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2139](#2139) [#2139](#2139) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2139](#2139) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([dff2cd7](dff2cd7)), closes [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2139](#2139) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([3b7c257](3b7c257)), closes [#2124](#2124) [#2170](#2170) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)
* **release:** 3.0.0-beta.1 ([0e25597](0e25597)), closes [#2124](#2124) [#2101](#2101) [#2154](#2154) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2124](#2124) [#2101](#2101) [#2000](#2000) [#1877](#1877) [#1877](#1877) [#2049](#2049) [#2041](#2041) [#2062](#2062) [#2105](#2105) [#2041](#2041) [#2062](#2062)

### Features

* activate okcoin fiat onramp integration ([881e88d](881e88d)), closes [#2105](#2105)
* add analytics to tx signing & fiat onramp ([e943119](e943119)), closes [#2037](#2037) [#2035](#2035)
* add back up secret key page ([6e11303](6e11303))
* add config for max fee estimations ([0a7a20e](0a7a20e)), closes [#2039](#2039)
* add metrics for fee estimation ([2788a9b](2788a9b)), closes [#2041](#2041)
* add set password page ([9d18c72](9d18c72))
* add unlock waiting message ([e2cf9f1](e2cf9f1)), closes [#2062](#2062)
* add welcome page ([431e63b](431e63b))
* reduce sentry tracesSampleRate ([a08a36d](a08a36d))

### Reverts

* Revert "feat: add welcome page" ([4b7859a](4b7859a))
* Revert "refactor: global styles" ([97b16c1](97b16c1))
* Revert "feat: add back up secret key page" ([95c3a76](95c3a76))
* Revert "feat: add set password page" ([4f44c48](4f44c48))
* Revert "refactor: update existing styles to match changes" ([326b0b2](326b0b2))
* Revert "refactor: add primary button" ([152fffd](152fffd))

### BREAKING CHANGES

* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
* **release:** from stacks.js ([d09244c](d09244c))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:error-states bug Functionality broken bug-p2 Critical functionality broken for few users, with no clear workarounds
Projects
None yet
Development

No branches or pull requests

5 participants