diff --git a/Makefile b/Makefile index a00a945..29655f6 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ APP_LOAD_PARAMS += --appFlags 0x800 --path "44'/60'" --path "45'" --curve secp25 APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS) APPVERSION_M = 1 -APPVERSION_N = 1 -APPVERSION_P = 2 +APPVERSION_N = 0 +APPVERSION_P = 0 APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) APPNAME = "Poap" diff --git a/icons/nanos_app_paraswap.gif b/icons/nanos_app_paraswap.gif deleted file mode 100644 index f402069..0000000 Binary files a/icons/nanos_app_paraswap.gif and /dev/null differ diff --git a/icons/nanox_app_paraswap.gif b/icons/nanox_app_paraswap.gif deleted file mode 100644 index 09dd824..0000000 Binary files a/icons/nanox_app_paraswap.gif and /dev/null differ diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity deleted file mode 100644 index d3a668f..0000000 --- a/node_modules/.yarn-integrity +++ /dev/null @@ -1,10 +0,0 @@ -{ - "systemParams": "linux-x64-83", - "modulesFolders": [], - "flags": [], - "linkedModules": [], - "topLevelPatterns": [], - "lockfileEntries": {}, - "files": [], - "artifacts": {} -} \ No newline at end of file diff --git a/src/handle_init_contract.c b/src/handle_init_contract.c index 47ea9a2..f08ab67 100644 --- a/src/handle_init_contract.c +++ b/src/handle_init_contract.c @@ -10,8 +10,6 @@ void handle_init_contract(void *parameters) { } if (msg->pluginContextLength < sizeof(context_t)) { - PRINTF("LOU: %d\n", sizeof(context_t)); - PRINTF("LOU: %d\n", msg->pluginContextLength); PRINTF("Plugin parameters structure is bigger than allowed size\n"); // msg->result = ETH_PLUGIN_RESULT_ERROR; return; @@ -24,7 +22,6 @@ void handle_init_contract(void *parameters) { uint8_t i; for (i = 0; i < NUM_SELECTORS; i++) { if (memcmp((uint8_t *) PIC(POAP_SELECTORS[i]), msg->selector, SELECTOR_SIZE) == 0) { - PRINTF("LOU: %d\n", context->selectorIndex); context->selectorIndex = i; break; } diff --git a/tests/elfs/poap_nanos.elf b/tests/elfs/poap_nanos.elf index cf0aebf..df87ce6 100755 Binary files a/tests/elfs/poap_nanos.elf and b/tests/elfs/poap_nanos.elf differ diff --git a/tests/elfs/poap_nanox.elf b/tests/elfs/poap_nanox.elf index 8850d9b..7b3a03d 100755 Binary files a/tests/elfs/poap_nanox.elf and b/tests/elfs/poap_nanox.elf differ