Skip to content

Commit

Permalink
unify app versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Jun 27, 2024
1 parent f00b767 commit eb84e72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
5 changes: 1 addition & 4 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -56,10 +56,7 @@ ifndef COIN
COIN=DOT
endif

ifeq ($(COIN),DOT)
include $(CURDIR)/Makefile.version
endif

$(info COIN = [$(COIN)])

APPPATH = "44'/354'"
Expand Down
9 changes: 0 additions & 9 deletions app/Makefile.migration
Original file line number Diff line number Diff line change
Expand Up @@ -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'" \
Expand Down

0 comments on commit eb84e72

Please sign in to comment.