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
getAddressesrequest flags - (#358) Fixes invalid TypeScript return types for some functions
Misc