extension

Leather Web Extension

MIT License

Stars
287
Committers
63

Bot releases are hidden (Show)

extension - 2.20.1

Published by kyranjamie almost 3 years ago

2.20.1 2021-11-10

Bug Fixes

  • Add a preview release image, delete unused assets (89a49fd)
  • Clean hex value for deserializeCV (377031d)
  • CSP: chrome 96 regression breaks argon2 (4492ed2)
  • CSP: external images broken (91331d9)
  • Generate release with preview name (0baaced)
  • Local dev not injecting provider, closes #1795 (d95b413)
  • Manifest app version doesn't include -dev (8660262)
  • QA build URL fix (eae4633)
  • Show STX transfers from contract call (514cc61), closes #1713
  • Tidy CI jobs, update readme (1496af9)
  • Use semantic release (7eba15a)
  • Fix wallet dependence on gaia, closes #1732 (c5b86dd)
extension - v2.20.0

Published by blockstack-devops almost 3 years ago

Minor Changes

extension - v2.19.4

Published by blockstack-devops about 3 years ago

Patch Changes

  • #1804 8cb4909d6 Thanks @fbwoolf! - This fixes passing in a custom fee not working for apps using the wallet.
  • #1798 0e4b9c7c5 Thanks @kyranjamie! - This fixes breaking changes caused by updating webpack-dev-server to pass security audit checks.
extension - v2.19.3

Published by blockstack-devops about 3 years ago

Patch Changes

  • #1753 6eab6659b Thanks @aulneau! - This update makes it so any drawer component (network select, account select, etc) will be a modal when used in larger screens, but a drawer when used in the extension view (smaller widths).
  • #1779 b33e34834 Thanks @fbwoolf! - This adds rendering the stx post condition in the list of post conditions.
  • #1754 d6493cdbc Thanks @fbwoolf! - This fixes how asset metadata displays in post conditions. It should display correctly now even if a user doesn't have that token in their account.
  • #1752 91cf29e88 Thanks @aulneau! - This update fixes the loading state for when the status of a network is not yet available.
  • #1780 c90ed29f0 Thanks @beguene! - This fixes the test-app post conditions that were causing contract call failures.
  • #1777 589a96fdc Thanks @fbwoolf! - This fixes filtering local transactions using the safely formatted hex txid.
extension - v2.19.2

Published by blockstack-devops about 3 years ago

Patch Changes

extension - v2.19.1

Published by blockstack-devops about 3 years ago

Patch Changes

extension - v2.19.0

Published by blockstack-devops about 3 years ago

Minor Changes

  • #1726 9fe5b22df Thanks @aulneau! - This update improves the way in which the wallet persists user activity. When a user sends a transaction, the wallet will store a version of it locally. This improves the performance and feedback of the application.

Patch Changes

extension - v2.18.0

Published by blockstack-devops about 3 years ago

Minor Changes

Patch Changes

  • #1708 5aa6498a3 Thanks @aulneau! - This update adds the global variable VERSION to all cache keys for any data that is persisted in local storage. This makes it so when the wallet updates, there isn't any leaking between versions and avoids using possibily outdated/stale data.
extension - v2.17.0

Published by blockstack-devops about 3 years ago

Minor Changes

  • #1691 4b685917b Thanks @aulneau! - This update removes a lot of the code we implemented to determine if a fungible token asset can be transferred/conforms to SIP-010, and in place we now rely on the new token metadata endpoints in the stacks-blockchain-api.

    NOTICE: This update removes the ability to transfer certain fungible tokens that conformed to an older version of SIP-010 (with no memo).

Patch Changes

  • #1530 990bec70a Thanks @beguene! - Use the api to get possible nonce and fallback to default nonce calculation if the api is not available.
  • #1617 e38fafbe6 Thanks @aulneau! - This update enables some additional persistence of query data, such as transactions and balances. This makes it so the wallet can be more performant when opening it.
  • #1669 fa4b49721 Thanks @fbwoolf! - This relocates the 'Learn more' text link in the advanced settings drawer.
extension - v2.16.0

Published by blockstack-devops about 3 years ago

Minor Changes

  • #1639 c051ef56c Thanks @aulneau! - This update adds the ability for users to update the fee for a given transaction. Additionally, users can now update the fee for a pending transaction (replace by fee), to increase the miner incentives for that transaction.
extension - v2.15.2

Published by blockstack-devops about 3 years ago

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.
extension - v2.15.1

Published by blockstack-devops about 3 years ago

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.
extension - v2.15.0

Published by blockstack-devops about 3 years ago

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
extension - v2.14.0

Published by blockstack-devops about 3 years ago

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'.
extension - v2.13.0

Published by blockstack-devops about 3 years ago

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.
extension -

Published by aulneau about 3 years ago

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.
extension -

Published by aulneau about 3 years ago

Patch Changes

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

Published by aulneau about 3 years ago

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.