Skip to content

Releases: leather-io/extension

v2.15.2

27 Aug 16:52
Compare
Choose a tag to compare

Patch Changes

  • #1625 98fcd2548 Thanks @aulneau! - This update adds a warning for any contract call that is set to ALLOW mode -- if a user is signing a transaction with ALLOW mode set, any post conditions displayed will have no effect.

v2.15.1

26 Aug 00:42
Compare
Choose a tag to compare

Patch Changes

  • #1619 df283d3cc Thanks @aulneau! - Fixes bug where balance contained a comma, thus preventing it from being converted to a BigNumber
  • #1614 7a0cd03a2 Thanks @aulneau! - This fixes a rare bug where if an address has received more transactions than we fetch for, it would assume it was a fresh account and return the incorrect nonce.

v2.15.0

24 Aug 20:39
Compare
Choose a tag to compare

Minor Changes

  • #1572 46a90aab Thanks @aulneau! - This update improves data fetching in the wallet in a few ways: removes duplicate fetches, migrates legacy fetching methods to use the api client from @stacks/blockchain-api-client, and fixes a few network related bugs. Additionally, work has started on improving how quickly the UI is available, working towards progressive upgrading of components as new data is available. Lastly, the foundation has been laid to enable use of persistence of certain data, enabling faster boot times.

Patch Changes

  • #1598 7d8bbbf0 Thanks @fbwoolf! - This fixes an error in the wallet by initializing the merged asset balance as a BigNumber.
  • #1599 ee45a99d Thanks @kyranjamie! - Fixes bug where users are unable to set the extension to the localhost url, owing to stacks.js changes

v2.14.0

18 Aug 11:42
Compare
Choose a tag to compare

Minor Changes

  • #1430 371c9545 Thanks @beguene! - Add microblocks support. Show both balances, anchored and unanchored, with the anchored one as primary balance. Add an indicator to signal microblock in the asset icon.

Patch Changes

  • #1578 aeb48279 Thanks @fbwoolf! - This updates the STX token icon in all places to match current designs.
  • #1573 40f49ace Thanks @fbwoolf! - This fixes the placement of the tooltip when copying the user address in the wallet header.
  • #1564 eca0ae6f Thanks @fbwoolf! - This updates the network badge by removing 'mode' from the label. It now reads 'Testnet'.

v2.13.0

11 Aug 17:28
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #1561 5947b000 Thanks @aulneau! - This fixes a bug where the overflow for the choose account screen was incorrectly set, thus preventing users from scrolling down to accounts that were off screen.

v2.12.5

09 Aug 19:07
Compare
Choose a tag to compare

Patch Changes

  • #1521 77a33488 Thanks @fbwoolf! - This fixes inconsistent balances shown in the send form when a user has locked STX. It also fixes an inaccurate validation error shown when sending max STX.
  • #1522 cc6741bb Thanks @aulneau! - This update refactors the way we implement the helper library @stacks/blockchain-api-client.

v2.12.4

26 Jul 22:43
Compare
Choose a tag to compare

Patch Changes

  • #1494 12821cd0 Thanks @aulneau! - This fixes an issue where a promise was caught when it should not have been.

v2.12.3

26 Jul 20:16
Compare
Choose a tag to compare

Patch Changes

  • #1481 211990f5 Thanks @beguene! - Some addresses were displayed with 6 or 4 char on both side of the ellipsis. This makes it consistent with 4 char.
  • #1456 fa37093c Thanks @beguene! - Some text are displayed with font-feature ss01 on, some off. This removes all those font-features to keep the font display consistent across pages.
  • #1468 a8abb466 Thanks @aulneau! - This fixes a bug where the principal contained in a postcondition would be incorrectly changed when it was a contract principal.
  • #1467 0532be11 Thanks @aulneau! - This adds validation and error messaging for when a contract call has been initiated with an invalid stacks address passed for the contract address
  • #1489 7110398a Thanks @aulneau! - When selecting an account to authenticate an application, you can now see the balances for each account.
  • #1485 662bb4c8 Thanks @beguene! - Make all our Open Sauce titles consistent with their font-weight. Set it to medium
  • #1448 45e7d207 Thanks @aulneau! - This update attempts to fix when sometimes network requests fail due to a CORS related issues. Additionally, this fixes a runtime react key warning.