2023-07-28 15:41:17 +02:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
2024-04-15 11:45:10 +02:00
|
|
|
## [0.4.1] - 2024-04-15
|
2024-04-03 18:48:56 +02:00
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- Add new function `send_raw`, allowing to send a raw payload APDU
|
|
|
|
|
- Add new error code definition
|
|
|
|
|
|
2024-04-15 11:45:10 +02:00
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- Encoding of EIP-712 bytes elements
|
|
|
|
|
|
2024-04-03 13:57:08 +02:00
|
|
|
## [0.4.0] - 2024-04-03
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- Changed `sync` functions of the client to not use an `async` syntax anymore
|
|
|
|
|
|
2024-03-12 17:52:11 +01:00
|
|
|
## [0.3.1] - 2024-03-12
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- `recover_transaction` & `recover_message` util functions
|
|
|
|
|
|
2024-02-13 17:45:17 +01:00
|
|
|
## [0.3.0] - 2024-02-13
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- New `provide_token_metadata` function
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- Increased the delay between `autonext` callback calls for EIP-712 on Stax
|
2024-02-27 16:20:26 +01:00
|
|
|
- `recover_transaction` util function for non-legacy transactions
|
2024-02-13 17:45:17 +01:00
|
|
|
|
2024-01-09 09:30:06 +01:00
|
|
|
## [0.2.1] - 2023-12-01
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- v0.2.0 version already published on pypi.org
|
|
|
|
|
|
2023-12-01 17:24:31 +01:00
|
|
|
## [0.2.0] - 2023-12-01
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- New generic `sign` function that uses the Web3.py library
|
|
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
|
|
|
|
|
- `sign_legacy` & `sign_1559` functions
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
|
|
- Now uses the proper signing key for the `SET_EXTERNAL_PLUGIN` APDU
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
- `get_public_addr` now returns address as `bytes` instead of `str`
|
|
|
|
|
|
2023-12-01 17:25:58 +01:00
|
|
|
## [0.1.0] - 2023-10-30
|
2023-10-30 13:04:29 +01:00
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- Update the ragger app client to support "set external plugin" APDU
|
|
|
|
|
|
2023-12-01 17:25:58 +01:00
|
|
|
## [0.0.1] - 2023-07-08
|
2023-07-28 15:41:17 +02:00
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
- Initial version
|