Skip to content

Releases: GridPlus/gridplus-sdk

v1.3.0

10 May 20:26
2eebe30
Compare
Choose a tag to compare

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

03 May 15:48
a6f124c
Compare
Choose a tag to compare

Fixes:

  • (#378) Accounts for edge case related to including decoder data with large payloads

v1.2.3

03 May 12:54
3be9142
Compare
Choose a tag to compare

Fixes:

  • (#374) Removes rlp-browser to ensure node.js Buffer usage. Avoids different types being used in different contexts.

v1.2.2

29 Apr 21:28
809ea38
Compare
Choose a tag to compare

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

20 Apr 00:03
a6829ef
Compare
Choose a tag to compare

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

12 Apr 19:42
bc3130e
Compare
Choose a tag to compare

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

25 Mar 01:30
0d50729
Compare
Choose a tag to compare

Fixes:

  • (#348) Cleans up logic around ETH max size constant
  • (#346) Fix ETH V2 transaction bridge

v1.1.5

23 Mar 18:08
f96fb4c
Compare
Choose a tag to compare

Features:

  • (#342) Adds mechanism to unpack wallet data in handleConnect if Lattice firmware supports it. This makes syncing much faster.

v1.1.4

22 Mar 23:03
4589295
Compare
Choose a tag to compare

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

21 Mar 17:07
fd3b675
Compare
Choose a tag to compare

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