Share network ticker with plugins (#205)
* Add network ticker to queryContractUI for plugins use * Update sdk deps * Bump version 1.9.11 * Fix blockSize error when bytes is optimized by EVM Co-authored-by: pscott <scott.piriou@ledger.fr>
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
// Interface version. To be updated everytime we introduce breaking changes to the plugin interface.
|
||||
typedef enum {
|
||||
ETH_PLUGIN_INTERFACE_VERSION_1 = 1, // Version 1
|
||||
ETH_PLUGIN_INTERFACE_VERSION_LATEST = 2,
|
||||
ETH_PLUGIN_INTERFACE_VERSION_2 = 2,
|
||||
ETH_PLUGIN_INTERFACE_VERSION_LATEST = 3,
|
||||
} eth_plugin_interface_version_t;
|
||||
|
||||
typedef enum {
|
||||
@@ -165,6 +166,8 @@ typedef struct ethQueryContractUI_t {
|
||||
ethPluginSharedRO_t *pluginSharedRO;
|
||||
uint8_t *pluginContext;
|
||||
uint8_t screenIndex;
|
||||
char network_ticker[MAX_TICKER_LEN];
|
||||
|
||||
char *title;
|
||||
size_t titleLength;
|
||||
char *msg;
|
||||
|
||||
Reference in New Issue
Block a user