Skip to content

Releases: GridPlus/gridplus-sdk

v0.8.3

23 Aug 21:26
Compare
Choose a tag to compare

Changelog:

  • Returns [27,28] for v value in ETH_MSG signatures (instead of [0,1]). The [27,28] value set is widely used and certain dapps will not validate [0,1]. (d455522)

v0.8.2

17 Aug 19:18
Compare
Choose a tag to compare

Changelog:

  • Fixes bug in EIP712 v value conversion introduced in v0.8.0 (d455522)

v0.8.1

11 Aug 15:22
Compare
Choose a tag to compare

Changelog:

  • Removes problematic EIP1559 transaction check (ce49b43)

v0.8.0

05 Aug 20:50
Compare
Choose a tag to compare

Changelog:

  • Replace ethereumjs-tx with ethers.js for Ethereum transaction tests (#167)
  • Clean up and fix old Ethereum transaction tests (#169)
  • Add interface parameter to test-wallet-jobs when removing a wallet seed (#168)
  • Add support for new EIP1559 and EIP2930 transaction types (#170)
  • Fixes a few tests which were impacted by updated firmware (9d0afc1, 51d2c82)

v0.7.27

26 Jul 20:03
4fcf1da
Compare
Choose a tag to compare

Changelog:

  • Adds support for additional EIP712 types (#166)

v0.7.26

13 Jul 14:45
56c343a
Compare
Choose a tag to compare

Changelog:

  • Adds mechanism to pre-hash EIP712 and personal_sign messages that are too large to fit in firmware memory (#165)

v0.7.25

06 Jul 15:05
ad84f3c
Compare
Choose a tag to compare

Changelog:

  • Add support for loading signed integer ABI types (#162)
  • Add tests for different base units (e.g. MATIC, BSC) (#163)
  • Bump version (#164)

v0.7.24

18 Jun 18:43
b7a439c
Compare
Choose a tag to compare

Changelog:

  • Updates to ABI parsing and changes to tests in anticipation of firmware changes (#161)

v0.7.23

15 Jun 19:02
ff6e17e
Compare
Choose a tag to compare

Changelog:

  • Fixes issue from v0.7.22 (#160)

v0.7.22

14 Jun 19:01
16314d8
Compare
Choose a tag to compare

Changelog:

  • Fixes edge cases in parsing certain types of EIP712 messages (#159)