This repository has been archived by the owner on Feb 21, 2024. It is now read-only.
v2.4.0
This MINOR release improves upon the changes of the previous one by making errors thrown by both purser-metamask
and purser-trezor
more robust.
In the case of purser-metamask
, it changes promise errors (ie: when a user cancels signing a transaction), to actually reject, so they can be caught outsite.
In the case of purser-trezor
it updates the static methods to be in line with the rest, and throw, rather then just log a console warning when a user cancels signing either a transaction or a message.
Thanks to @JamesLefrere for this release as he did all the work here!
Monorepo:
- Bumped version to next
MINOR
:2.4.0
purser-metamask:
- Refactor the static methods reject the promise when a user cancels a transaction #251
- Bumped version to next
PATCH
:2.3.1
purser-trezor: