Releases: GridPlus/gridplus-sdk
Releases · GridPlus/gridplus-sdk
v0.8.3
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
Changelog:
- Fixes bug in EIP712
v
value conversion introduced in v0.8.0
(d455522)
v0.8.1
Changelog:
- Removes problematic EIP1559 transaction check (ce49b43)
v0.8.0
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
Changelog:
- Adds support for additional EIP712 types (#166)
v0.7.26
Changelog:
- Adds mechanism to pre-hash EIP712 and personal_sign messages that are too large to fit in firmware memory (#165)
v0.7.25
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
Changelog:
- Updates to ABI parsing and changes to tests in anticipation of firmware changes (#161)
v0.7.23
Changelog:
- Fixes issue from v0.7.22 (#160)
v0.7.22
Changelog:
- Fixes edge cases in parsing certain types of EIP712 messages (#159)