From 37895b63866f861c02fc0851617a3c73c4034afd Mon Sep 17 00:00:00 2001 From: Charles-Edouard de la Vergne Date: Wed, 27 Mar 2024 16:43:44 +0100 Subject: [PATCH] Document plugin_sdk changelog --- src_plugin_sdk/CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src_plugin_sdk/CHANGELOG.md b/src_plugin_sdk/CHANGELOG.md index 90ead8d917..cc930ee7ac 100644 --- a/src_plugin_sdk/CHANGELOG.md +++ b/src_plugin_sdk/CHANGELOG.md @@ -5,7 +5,17 @@ | :rotating_light: | Breaks build | | :warning: | Breaks compatibility with app | -## [latest](/) - 2024/02/07 +## [latest](/) - 2024/03/27 + +### Changed + +* Update following `app-ethereum` deprecated warning fixes (#B2CA-1247) +* Add new functions `getEthAddressFromRawKey` and `getEthAddressStringFromRawKey` +* Deprecate old functions `getEthAddressFromKey` and `getEthAddressStringFromKey` +* Simplify crypto calls in `getEthAddressStringFromBinary` +* Cleanup useless `cx_sha3_t` useless parameter + +## [0a98664](/../../commit/0a98664) - 2024/02/07 ### Removed