From eb84e7235f351fc95abb10c4558f0bb282bbd198 Mon Sep 17 00:00:00 2001 From: ftheirs Date: Thu, 27 Jun 2024 12:44:05 -0300 Subject: [PATCH] unify app versioning --- app/Makefile | 5 +---- app/Makefile.migration | 9 --------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/app/Makefile b/app/Makefile index 3640ef52..c1efcda5 100755 --- a/app/Makefile +++ b/app/Makefile @@ -25,7 +25,7 @@ MY_DIR := $(dir $(lastword $(MAKEFILE_LIST))) include $(BOLOS_SDK)/Makefile.defines # # Set the default value for HAVE_SWAP to undefined if not already defined -# HAVE_SWAP ?= +# HAVE_SWAP ?= # Set the default value for PRODUCTION_BUILD to 0 if not already defined PRODUCTION_BUILD ?= 0 @@ -56,10 +56,7 @@ ifndef COIN COIN=DOT endif -ifeq ($(COIN),DOT) include $(CURDIR)/Makefile.version -endif - $(info COIN = [$(COIN)]) APPPATH = "44'/354'" diff --git a/app/Makefile.migration b/app/Makefile.migration index d4b3bdd6..3d016fb6 100644 --- a/app/Makefile.migration +++ b/app/Makefile.migration @@ -14,15 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. #******************************************************************************* - -# Versioning for Migration app -# This is the `transaction_version` field of `Runtime` -APPVERSION_M=100 -# This is the `spec_version` field of `Runtime` -APPVERSION_N=0 -# This is the patch version of this release -APPVERSION_P=1 - # Declare here all the allowed paths in migration app PATHS := "44'/434'" "44'/295'" "44'/523'" "44'/537'" "44'/594'" "44'/595'" "44'/617'" "44'/631'" \