Skip to content

Commit

Permalink
Merge pull request #114 from Zondax/remove_nanosXL
Browse files Browse the repository at this point in the history
Remove nanoS XL references
  • Loading branch information
0xPxt authored Nov 25, 2024
2 parents febc986 + 8ef6634 commit 0116315
Show file tree
Hide file tree
Showing 13 changed files with 858 additions and 868 deletions.
856 changes: 428 additions & 428 deletions README.md

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ endif
APPNAME = "Polymesh"
APPPATH = "44'/595'"

else ifeq ($(COIN),POLYX_XL)
# XL app configuration
DEFINES += APP_STANDARD SUBSTRATE_PARSER_FULL
APPNAME = "Polymesh XL"
APPPATH = "44'/595'"

else
define error_message

Expand Down Expand Up @@ -125,11 +119,7 @@ dep/%.d: %.c Makefile

.PHONY: listvariants
listvariants:
ifeq ($(TARGET_NAME),TARGET_NANOS)
@echo VARIANTS COIN POLYX POLYX_XL
else
@echo VARIANTS COIN POLYX
endif

.PHONY: version
version:
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=107
# This is the `spec_version` field of `Runtime`
APPVERSION_N=7000
# This is the patch version of this release
APPVERSION_P=2
APPVERSION_P=3
856 changes: 428 additions & 428 deletions docs/supported_latest.md

Large diffs are not rendered by default.

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.
2 changes: 1 addition & 1 deletion tests_zemu/tests/standard.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('Standard', function () {

expect(resp.major).toEqual(107)
expect(resp.minor).toEqual(7000)
expect(resp.patch).toEqual(2)
expect(resp.patch).toEqual(3)
} finally {
await sim.close()
}
Expand Down

0 comments on commit 0116315

Please sign in to comment.