Releases: GridPlus/gridplus-sdk
Releases · GridPlus/gridplus-sdk
v1.3.0
Fixes:
- (#385) Adds v component to EVM signing requests for backwards compatibility
- (#381) Updates KV tests to work with new signing path
Misc:
- (#380) Migrates updated README content to gridplus-sdk docs
v1.2.4
Fixes:
- (#378) Accounts for edge case related to including decoder data with large payloads
v1.2.3
Fixes:
- (#374) Removes
rlp-browser
to ensure node.js
Buffer
usage. Avoids different types being used in different contexts.
v1.2.2
Fixes:
- (#367) Accounts for low level V8 issue leading to faster lavamoat init time (NOTE: This is contained in #369 -- the original feature branch was mistakenly merged into
main
rather than dev
, so we synced the branches)
- (#366) Adds new tests validating Terra addresses
Misc:
- (#370) Comments out features that have been deprecated in Lattice firmware v0.15.0
- (#368) Updates types
- (#371) Exports certain utils globally
v1.2.1
Fixes:
- (#364) Capitalizes
readUInt
to avoid errors in certain JS environments
Misc:
- (#362) Lints codebase
- (#363) Removes
buffer/
and replaces with node.js Buffer
v1.2.0
Features
- (#353) Adds calldata decoder functionality and documentation. This allows e.g. ABI decoders to be sent in the transaction request for just-in-time decoding. Also deprecates ABI functionality, which is now replaced with the calldata decoder API.
Fixes
- (#352) Fixes new EVM signing tests
- (#351, #355) Fixes issues with newer
getAddresses
request flags
- (#358) Fixes invalid TypeScript return types for some functions
Misc
- (#359) Updates VS code settings and linter
- (#360) Updates all tests to now use v2 ETH signing path and calldata decoders
v1.1.6
Fixes:
- (#348) Cleans up logic around ETH max size constant
- (#346) Fix ETH V2 transaction bridge
v1.1.5
Features:
- (#342) Adds mechanism to unpack wallet data in
handleConnect
if Lattice firmware supports it. This makes syncing much faster.
v1.1.4
Features:
- (#339) Adds flag to disable retrying on a wrong wallet error code, which we need in certain situations.
Fixes:
- (#334) Fixes
@ethereumjs/tx
custom chain instantiation for v2 ETH txs
Misc:
- (#336) Fixes typos in README
- (#340) Fixes error message for ETH tx conversion mechanism
v1.1.3
Features:
- (#332) Adds API function to fetch the current Lattice active wallet UID and also force sync in SDK state.
Misc:
- (#331) Removes unused
index.js
file