Skip to content

v1.2.0

Choose a tag to compare

@alex-miller-0 alex-miller-0 released this 12 Apr 19:42
· 480 commits to main since this release
bc3130e

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