Skip to content

Commit

Permalink
bump wallet app version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyaraj-23 committed Sep 26, 2024
1 parent bbaa799 commit 03053e0
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ APPNAME = "Tezos Wallet"
# Application version
APPVERSION_M=3
APPVERSION_N=0
APPVERSION_P=4
APPVERSION_P=5
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)

# COMMIT
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/app_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ export COMMIT_BYTES=$(printf '%s' "$COMMIT" | xxd -p -c 256)
export VERSION_WALLET_TAG="00"
export APPVERSION_M=3
export APPVERSION_N=0
export APPVERSION_P=4
export APPVERSION_P=5
export APPVERSION=$APPVERSION_M.$APPVERSION_N.$APPVERSION_P
export VERSION_BYTES=$(printf "%02x%02x%02x%02x" "$VERSION_WALLET_TAG" "$APPVERSION_M" "$APPVERSION_N" "$APPVERSION_P")
Binary file modified tests/integration/nano/snapshots/nanos/version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/integration/nano/snapshots/nanosp/version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/integration/nano/snapshots/nanox/version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/integration/nano/utils/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from .account import Account, SIGNATURE_TYPE
from .backend import StatusCode, TezosBackend, APP_KIND

version: Tuple[int, int, int] = (3, 0, 4)
version: Tuple[int, int, int] = (3, 0, 5)

class TezosAPDUChecker:

Expand Down
Binary file modified tests/integration/touch/snapshots/flex/info_flex_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/integration/touch/snapshots/stax/info_stax.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 03053e0

Please sign in to comment.