All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add new function
send_raw
, allowing to send a raw payload APDU - Add new error code definition
- Encoding of EIP-712 bytes elements
- Changed
sync
functions of the client to not use anasync
syntax anymore
recover_transaction
&recover_message
util functions
- New
provide_token_metadata
function
- Increased the delay between
autonext
callback calls for EIP-712 on Stax recover_transaction
util function for non-legacy transactions
- v0.2.0 version already published on pypi.org
- New generic
sign
function that uses the Web3.py library
sign_legacy
&sign_1559
functions
- Now uses the proper signing key for the
SET_EXTERNAL_PLUGIN
APDU
get_public_addr
now returns address asbytes
instead ofstr
- Update the ragger app client to support "set external plugin" APDU
- Initial version