Skip to content

Commit 8feb7fe

Browse files
authored
feat: change default build flags, and apply some updates (#124)
* fix: set production build flag to 1 as default * chore: bump app version * feat: update snapshots * feat: add ticket on Fee label * feat: update zxlib * feat: update snapshots * feat: update zxlib and update snapshots * feat: update zxlib version
1 parent 7248d24 commit 8feb7fe

File tree

187 files changed

+5
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+5
-5
lines changed

app/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ include $(CURDIR)/../deps/ledger-zxlib/makefiles/Makefile.installer_script
2626

2727
include $(BOLOS_SDK)/Makefile.defines
2828

29-
# Set the default value for PRODUCTION_BUILD to 0 if not already defined
30-
PRODUCTION_BUILD ?= 0
29+
# Set the default value for PRODUCTION_BUILD to 1 if not already defined
30+
PRODUCTION_BUILD ?= 1
3131

3232
$(info ************ TARGET_NAME = [$(TARGET_NAME)])
3333

app/Makefile.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ APPVERSION_M=4
33
# This is the minor version
44
APPVERSION_N=2
55
# This is the patch version
6-
APPVERSION_P=1
6+
APPVERSION_P=2

app/src/parser.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ parser_error_t parser_getItem(uint8_t displayIdx,
306306
}
307307

308308
case type_txfee: {
309-
snprintf(outKey, outKeyLen, "Fee");
309+
snprintf(outKey, outKeyLen, "Fee (ZEC)");
310310
return parser_sapling_display_value(get_totalvalue(), outVal, outValLen, pageIdx, pageCount);
311311
}
312312

-6 Bytes
0 Bytes
-2 Bytes
684 Bytes
719 Bytes
0 Bytes
-1 Bytes
0 Bytes
0 Bytes
-1 Bytes
0 Bytes
0 Bytes
-1 Bytes
0 Bytes
0 Bytes
-1 Bytes
0 Bytes
0 Bytes
-2 Bytes
0 Bytes
0 Bytes
-1 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
-33 Bytes
-6 Bytes
0 Bytes
-2 Bytes
684 Bytes
51 Bytes
51 Bytes
8 Bytes
8 Bytes
51 Bytes
58 Bytes
-6 Bytes
-6 Bytes
58 Bytes
-1 Bytes
-1 Bytes
2 Bytes
-1 Bytes
-1 Bytes
574 Bytes
576 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
-28 Bytes
-1 Bytes
-1 Bytes
2 Bytes
-1 Bytes
-1 Bytes
574 Bytes
58 Bytes
58 Bytes
-6 Bytes
-6 Bytes
58 Bytes

0 commit comments

Comments
 (0)