diff --git a/app/Makefile.version b/app/Makefile.version index 1cd1352e..05aa303e 100644 --- a/app/Makefile.version +++ b/app/Makefile.version @@ -3,4 +3,4 @@ APPVERSION_M=2 # This is the `spec_version` field of `Runtime` APPVERSION_N=0 # This is the patch version of this release -APPVERSION_P=6 \ No newline at end of file +APPVERSION_P=7 \ No newline at end of file diff --git a/app/src/parser.c b/app/src/parser.c index cc0e3854..5f6b6801 100644 --- a/app/src/parser.c +++ b/app/src/parser.c @@ -425,7 +425,7 @@ static parser_error_t parser_printTxAssetConfig(const txn_asset_config *asset_co uint8_t pageIdx, uint8_t *pageCount) { *pageCount = 1; - char buff[45] = {0}; + char buff[100] = {0}; switch (displayIdx) { case IDX_CONFIG_ASSET_ID: snprintf(outKey, outKeyLen, "Asset ID"); diff --git a/app/src/parser_txdef.h b/app/src/parser_txdef.h index 850321ba..231ecd64 100644 --- a/app/src/parser_txdef.h +++ b/app/src/parser_txdef.h @@ -118,7 +118,7 @@ typedef struct { uint8_t default_frozen; char unitname[9]; char assetname[33]; - char url[33]; + char url[97]; uint8_t metadata_hash[32]; uint8_t manager[32]; uint8_t reserve[32]; diff --git a/docs/zondax_dark.png b/docs/zondax_dark.png index a6c22dfb..c14ba368 100644 Binary files a/docs/zondax_dark.png and b/docs/zondax_dark.png differ diff --git a/docs/zondax_light.png b/docs/zondax_light.png index 181ce342..3d25fda0 100644 Binary files a/docs/zondax_light.png and b/docs/zondax_light.png differ diff --git a/tests_zemu/snapshots/s-mainmenu/00005.png b/tests_zemu/snapshots/s-mainmenu/00005.png index a6f8151e..ac4ddcd8 100644 Binary files a/tests_zemu/snapshots/s-mainmenu/00005.png and b/tests_zemu/snapshots/s-mainmenu/00005.png differ diff --git a/tests_zemu/snapshots/s-mainmenu/00011.png b/tests_zemu/snapshots/s-mainmenu/00011.png index a6f8151e..ac4ddcd8 100644 Binary files a/tests_zemu/snapshots/s-mainmenu/00011.png and b/tests_zemu/snapshots/s-mainmenu/00011.png differ diff --git a/tests_zemu/snapshots/sp-mainmenu/00005.png b/tests_zemu/snapshots/sp-mainmenu/00005.png index a9f5a112..99db0705 100644 Binary files a/tests_zemu/snapshots/sp-mainmenu/00005.png and b/tests_zemu/snapshots/sp-mainmenu/00005.png differ diff --git a/tests_zemu/snapshots/sp-mainmenu/00011.png b/tests_zemu/snapshots/sp-mainmenu/00011.png index a9f5a112..99db0705 100644 Binary files a/tests_zemu/snapshots/sp-mainmenu/00011.png and b/tests_zemu/snapshots/sp-mainmenu/00011.png differ diff --git a/tests_zemu/snapshots/x-mainmenu/00005.png b/tests_zemu/snapshots/x-mainmenu/00005.png index a9f5a112..99db0705 100644 Binary files a/tests_zemu/snapshots/x-mainmenu/00005.png and b/tests_zemu/snapshots/x-mainmenu/00005.png differ diff --git a/tests_zemu/snapshots/x-mainmenu/00011.png b/tests_zemu/snapshots/x-mainmenu/00011.png index a9f5a112..99db0705 100644 Binary files a/tests_zemu/snapshots/x-mainmenu/00011.png and b/tests_zemu/snapshots/x-mainmenu/00011.png differ