From 85326b84fa582878b327f988927c9b0fa65ecf65 Mon Sep 17 00:00:00 2001 From: Edouard Merle Date: Mon, 22 Aug 2022 16:06:50 +0200 Subject: [PATCH 1/2] fix: allow pub key derivation for testnet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index abd5f22..fe3f4b9 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ endif include $(BOLOS_SDK)/Makefile.defines -APP_LOAD_PARAMS += --appFlags 0x800 --path "44'/60'" --path "45'" --curve secp256k1 +APP_LOAD_PARAMS += --appFlags 0x800 --path "44'/60'" --path "45'" --path "44'/1'" --curve secp256k1 APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS) APPVERSION_M = 1 From d828ed56df068d61d37a30ec025a8fdfdd73d933 Mon Sep 17 00:00:00 2001 From: Edouard Merle Date: Mon, 22 Aug 2022 16:07:23 +0200 Subject: [PATCH 2/2] bump version to 1.0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe3f4b9..44e3fca 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS) APPVERSION_M = 1 APPVERSION_N = 0 -APPVERSION_P = 1 +APPVERSION_P = 2 APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) APPNAME = "[ L ] Market"