From 693a88ef127797f962281e3970a95bbd2c5b61fb Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Wed, 22 May 2024 13:34:38 +0200 Subject: [PATCH 1/2] Increased MAX_ASSETS to 5 --- src/shared_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared_context.h b/src/shared_context.h index 71fd28f..b22aff1 100644 --- a/src/shared_context.h +++ b/src/shared_context.h @@ -22,7 +22,7 @@ #define N_storage (*(volatile internalStorage_t *) PIC(&N_storage_real)) -#define MAX_ASSETS MAX_ITEMS // TODO: Temporary, remove once plugin SDK is updated +#define MAX_ASSETS 5 typedef struct bip32_path_t { uint8_t length; From eee4de9d2add6f02c681186ee8695ab665fad150 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Wed, 22 May 2024 13:35:05 +0200 Subject: [PATCH 2/2] Updated plugin SDK --- ethereum-plugin-sdk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethereum-plugin-sdk b/ethereum-plugin-sdk index 2ced76b..da99751 160000 --- a/ethereum-plugin-sdk +++ b/ethereum-plugin-sdk @@ -1 +1 @@ -Subproject commit 2ced76b8a311456ac7d27ec7d37b683d65a24a4d +Subproject commit da99751d1f9387d15e8f0c8bc2a97bdc67a3ff8c