Releases: GridPlus/gridplus-sdk
Releases · GridPlus/gridplus-sdk
v0.7.23
v0.7.22
v0.7.21
Changelog:
- Allow sending to
bech32
bitcoin addresses using the native segwitP2WPKH
(v0) type (#153) - Include additional ABI uint types to correspond with changes in Lattice firmware v0.10.8 (#156)
- Pre-hash ETH transactions with data that is too large for Lattice firmware. This results in a Lattice screen with a large warning message indicating that it cannot display the data and that the user needs to be very carefeul. (#157)
- Version bump and removal of unused code (b18e2f5)
v0.7.18
This release contains a few small fixes related to edge cases in parsing EIP712 message requests. The EIP712 protocol implementation has not changed, but certain types were not being parsed correctly by the SDK.
Changelog:
v0.7.15
v0.7.14
v0.7.13
v0.7.12
Changelog:
- Adds hacky shim to ensure we are using the same
bignumber.js
thatborc
uses. Web environments fail to instantiate compatible big number objects between this SDK andborc
, so we now just steal an instance fromborc
and rewrite it with our number before CBOR encoding the payload. (#151)