1.4 KiB
1.4 KiB
Changelog
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.
[0.4.1] - 2024-04-15
Added
- Add new function
send_raw, allowing to send a raw payload APDU - Add new error code definition
Fixed
- Encoding of EIP-712 bytes elements
[0.4.0] - 2024-04-03
Added
- Changed
syncfunctions of the client to not use anasyncsyntax anymore
[0.3.1] - 2024-03-12
Fixed
recover_transaction&recover_messageutil functions
[0.3.0] - 2024-02-13
Added
- New
provide_token_metadatafunction
Fixed
- Increased the delay between
autonextcallback calls for EIP-712 on Stax recover_transactionutil function for non-legacy transactions
[0.2.1] - 2023-12-01
Fixed
- v0.2.0 version already published on pypi.org
[0.2.0] - 2023-12-01
Added
- New generic
signfunction that uses the Web3.py library
Removed
sign_legacy&sign_1559functions
Fixed
- Now uses the proper signing key for the
SET_EXTERNAL_PLUGINAPDU
Changed
get_public_addrnow returns address asbytesinstead ofstr
[0.1.0] - 2023-10-30
Added
- Update the ragger app client to support "set external plugin" APDU
[0.0.1] - 2023-07-08
Added
- Initial version