Files
app-ethereum/src_plugin_sdk/CHANGELOG.md
2023-10-19 11:47:50 +02:00

945 B

Ethereum Plugin SDK changelog

Icon Impact
🚨 Breaks build
⚠️ Breaks compatibility with app

latest - 2023/10/19

Changed

  • Now only uses _no_throw functions, SDK functions now return a boolean (keeps the guidelines enforcer happy)

Added

  • main & dispatch_call functions are now part of the SDK and don't need to be implemented by each plugin 🚨

b9777e7 - 2023/05/16

Added

  • Stax support with information passed from plugin to app-ethereum (with caller app struct)

a4b971f - 2023/01/24

Changed

  • Removed end space in tickers ⚠️

81eb658 - 2022/11/17

Added

  • U2BE_from_parameter & U4BE_from_parameter safe functions