Skip to content

Commit

Permalink
Add recovery in main menu (#9)
Browse files Browse the repository at this point in the history
* Add recovery in main menu

* bump version
  • Loading branch information
abenso authored Nov 7, 2024
1 parent a7d4ba0 commit 78d8a64
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ endif
APPNAME = "Avail Recovery"
# This is the polkadot derivation path, as we want to enable users to move funds from polkadot-style derived addresses in avail chain
APPPATH = "44'/354'"
DEFINES += RECOVERY_APP

else ifeq ($(COIN),AVAIL_XL)
# XL app configuration
Expand Down
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=1
# This is the `spec_version` field of `Runtime`
APPVERSION_N=35
# This is the patch version of this release
APPVERSION_P=1
APPVERSION_P=2
6 changes: 6 additions & 0 deletions app/src/substrate/substrate_coin.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,15 @@ typedef enum {
#define COIN_NAME "Avail"
#define COIN_TICKER "AVAIL "

#ifdef RECOVERY_APP
#define MENU_MAIN_APP_LINE1 "Avail Recovery"
#define MENU_MAIN_APP_LINE2 "Ready"
#define APPVERSION_LINE1 "Avail Recovery"
#else
#define MENU_MAIN_APP_LINE1 "Avail"
#define MENU_MAIN_APP_LINE2 "Ready"
#define APPVERSION_LINE1 "Avail"
#endif
#define APPVERSION_LINE2 "v" APPVERSION

#ifdef __cplusplus
Expand Down
Binary file modified tests_zemu/snapshots/fl-mainmenu/00004.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_zemu/snapshots/s-mainmenu/00004.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_zemu/snapshots/s-mainmenu/00010.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_zemu/snapshots/sp-mainmenu/00004.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_zemu/snapshots/sp-mainmenu/00010.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_zemu/snapshots/st-mainmenu/00004.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_zemu/snapshots/x-mainmenu/00004.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_zemu/snapshots/x-mainmenu/00010.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 78d8a64

Please sign in to comment.