Releases: GridPlus/gridplus-sdk
Releases · GridPlus/gridplus-sdk
v1.1.2
Features:
- (#310) Adds Terra decoder flag + corresponding tests
- (#312, #320) Adds EVM decoder flag + corresponding tests and deprecates ETH legacy signing path for supported firmware versions. We will deprecate this path fully after a few more Lattice firmware versions.
Fixes:
- (#311) Updates order in which constants are loaded and fixes incorrect version flag in one constant
- (#322) Fixes error handler in general signing route
Misc:
v1.1.0
v1.0.0
v0.10.5
Features:
- (#288) Adds getter/initializer for dehydrating and rehydrating a session, allowing a user to re-initialize a session without re-connecting to the target Lattice
Fixes:
- (#286) Re-adds "wrong wallet" error handler and retry mechanism for
sign
route - (#290) Fixes
test-sigs
(again)
Misc:
- (#285) Updates error messages to be a bit more helpful
v0.10.4
v0.10.2
v0.10.0
Features:
All listed features require Lattice firmware v0.14.0
to use
- (#254) Adds get/create/remove routes to ABI data managemen
- (#250) Adds generic signing routes
- (#258) Adds new flag to
getAddresses
route and breaks out exportable constants - (#263) Adds Solana decoder flag
Fixes:
- (#259) Add full, raw signature to ETH transaction responses
- (#261, #264) Prehashes EIP712 requests with types that do not fit in firmware and updates constants
Miscellaneous:
v0.9.10-hotfix
This is a hotfix to allow prehashing of EIP712 messages where the types have too many parameters to fit in Lattice firmware (currently, we can only display types with 18 or fewer params).
We had to do this hotfix release in order to build the changes into MetaMask, but the final commit is a hack and will not be included in release
branch history in the future: 05e40d9
We will do an update to Lattice firmware so that this final commit is not necessary and will be doing a follow up release of the SDK.