Document plugin_sdk changelog

This commit is contained in:
Charles-Edouard de la Vergne
2024-03-27 16:43:44 +01:00
parent a14418b7ce
commit 7e6ae35465

View File

@@ -5,7 +5,15 @@
| :rotating_light: | Breaks build |
| :warning: | Breaks compatibility with app |
## [latest](/) - 2024/02/07
## [latest](/) - 2024/03/27
### Changed
* Add new functions `getEthAddressFromRawKey` and `getEthAddressStringFromRawKey`
* Simplify crypto calls in `getEthAddressStringFromBinary`
* Cleanup useless `cx_sha3_t` useless parameter
## [0a98664](/../../commit/0a98664) - 2024/02/07
### Removed