From 5a488f1d0a8840c18c29b72395221603a8fbf3ca Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Fri, 1 Dec 2023 17:24:31 +0100 Subject: [PATCH 1/2] Updated the client changelog --- client/CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index e45b41701..44b265b40 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -5,6 +5,24 @@ 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). +## [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-30-10 ### Added From 774efda4e454c962467b385cd5374822fef9eac7 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Fri, 1 Dec 2023 17:25:58 +0100 Subject: [PATCH 2/2] Fixed date format in client changelog --- client/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 44b265b40..278db6895 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -23,13 +23,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `get_public_addr` now returns address as `bytes` instead of `str` -## [0.1.0] - 2023-30-10 +## [0.1.0] - 2023-10-30 ### Added - Update the ragger app client to support "set external plugin" APDU -## [0.0.1] - 2023-08-07 +## [0.0.1] - 2023-07-08 ### Added