Files
app-ethereum/client/CHANGELOG.md
2023-12-01 17:29:35 +01:00

727 B

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.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

[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