Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

v2.3.0

Compare
Choose a tag to compare
@rdig rdig released this 15 Jul 01:27
· 193 commits to master since this release
1128d77

Besides a lot of dependency updates, the only actual change to the library is the way purser-metamask handles user interactions when a transaction, or a message signing are being cancelled.

Previously this would fail silently by logging a warning to the browser's console.

The refactored version will throw an Error, on both cancelling a transaction and cancelling signing a message with the MetaMask wallet. See #246 for the details of this change.

Monorepo:

purser-core:

  • Updated dependencies:
  • Bumped version to next PATCH: 2.2.1

purser-ledger:

  • Updated dependencies:
    • @ledgerhq/hw-transport-u2f #220
    • ethereumjs-tx #235
  • Bumped version to next MINOR: 1.3.0

purser-metamask:

  • Updated dependencies:
  • Refactor the static methods to throw when a user cancels a transactions (instead of just showing a warning) #246
  • Bumped version to next MINOR: 2.3.0

purser-software:

  • Updated dependencies:
  • Bumped version to next PATCH: 1.2.5

purser-trezor:

  • Updated dependencies:
    • ethereumjs-tx #235
  • Bumped version to next PATCH: 1.2.3