Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes zemu tests #111

Merged
merged 8 commits into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 10 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,27 @@ default:
COIN=$(COIN) $(MAKE) -C app $@
endif


prod:
PRODUCTION_BUILD=1 make

zcashtools_build:
cd zcashtools/neon && yarn install

zcashtools_test: zcashtools_build
cd zcashtools/neon && yarn test

zcashtools_test_rs: zcashtools_build
cd zcashtools/neon && RUST_LOG=trace cargo test

zemu_install: zcashtools_build

test_all:
PRODUCTION_BUILD=1 make
test_all: prod
make zemu_install
make zemu_test
make zcashtools_test
make zcashtools_test_rs
make zemu_test

test_ledger_try:
make zemu_install
cd tests_zemu && yarn try

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=4
# This is the minor version
APPVERSION_N=0
# This is the patch version
APPVERSION_P=0
APPVERSION_P=1
4 changes: 2 additions & 2 deletions app/src/coin.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ typedef enum { key_ivk = 0, key_ovk = 1, key_fvk = 2, nf = 3 } key_type_e;
#define VIEW_ADDRESS_OFFSET_SECP256K1 PK_LEN_SECP256K1
#define VIEW_ADDRESS_OFFSET_SAPLING ADDR_LEN_SAPLING

#define MENU_MAIN_APP_LINE1 "ZcashPlus"
#define MENU_MAIN_APP_LINE1 "Zcash Shielded"
#define MENU_MAIN_APP_LINE2 "Ready"
#define APPVERSION_LINE1 "ZcashPlus"
#define APPVERSION_LINE1 "Zcash Shielded"
#define APPVERSION_LINE2 ("v" APPVERSION)

#define MENU_MAIN_APP_LINE2_SECRET "?"
Expand Down
Binary file modified tests_zemu/snapshots/s-1-tr-in-1-spend-2-sh-out/00003.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-1-tr-in-1-spend-2-sh-out/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-1-tr-in-1-spend-2-sh-out/00005.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-1-tr-in-1-spend-2-sh-out/00013.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-1-tr-in-1-spend-2-sh-out/00014.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-1-tr-in-1-spend-2-sh-out/00015.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-1-tr-in-1-spend-2-sh-out/00018.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-1-tr-in-1-spend-2-sh-out/00019.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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-1-tr-in-1-tr-out-1-spend-2-sh-out/00007.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-1-tr-in-1-tr-out-1-spend-2-sh-out/00008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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-1-tr-in-1-tr-out-1-spend-2-sh-out/00017.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-1-tr-in-1-tr-out-1-spend-2-sh-out/00018.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-1-tr-in-1-tr-out-1-spend-2-sh-out/00021.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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-1-tr-out-1-spend-2-sh-out/00003.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-1-tr-out-1-spend-2-sh-out/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-1-tr-out-1-spend-2-sh-out/00005.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-1-tr-out-1-spend-2-sh-out/00013.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-1-tr-out-1-spend-2-sh-out/00014.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-1-tr-out-1-spend-2-sh-out/00015.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-1-tr-out-1-spend-2-sh-out/00018.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-1-tr-out-1-spend-2-sh-out/00019.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-2-spend-2-out/00000.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-2-spend-2-out/00001.png
Binary file modified tests_zemu/snapshots/s-2-spend-2-out/00002.png
Binary file modified tests_zemu/snapshots/s-2-spend-2-out/00004.png
Binary file modified tests_zemu/snapshots/s-2-spend-2-out/00005.png
Binary file modified tests_zemu/snapshots/s-2-spend-2-out/00006.png
Binary file modified tests_zemu/snapshots/s-2-spend-2-out/00014.png
Binary file modified tests_zemu/snapshots/s-2-spend-2-out/00015.png
Binary file modified tests_zemu/snapshots/s-2-spend-2-out/00016.png
Binary file modified tests_zemu/snapshots/s-2-spend-2-out/00019.png
Binary file modified tests_zemu/snapshots/s-2-spend-2-out/00020.png
Binary file modified tests_zemu/snapshots/s-builder-addr-diff-to-inittx-addr/00007.png
Binary file modified tests_zemu/snapshots/s-builder-addr-diff-to-inittx-addr/00008.png
Binary file modified tests_zemu/snapshots/s-builder-addr-diff-to-inittx-addr/00017.png
Binary file modified tests_zemu/snapshots/s-builder-addr-diff-to-inittx-addr/00018.png
Binary file modified tests_zemu/snapshots/s-builder-addr-diff-to-inittx-addr/00021.png
Binary file modified tests_zemu/snapshots/s-ext-more-sigs-than-needed-for-tx/00007.png
Binary file modified tests_zemu/snapshots/s-ext-more-sigs-than-needed-for-tx/00008.png
Binary file modified tests_zemu/snapshots/s-ext-more-sigs-than-needed-for-tx/00017.png
Binary file modified tests_zemu/snapshots/s-ext-more-sigs-than-needed-for-tx/00018.png
Binary file modified tests_zemu/snapshots/s-ext-more-sigs-than-needed-for-tx/00021.png
Binary file modified tests_zemu/snapshots/s-ext-output-without-ext-spend-data/00001.png
Binary file modified tests_zemu/snapshots/s-ext-output-without-ext-spend-data/00002.png
Binary file modified tests_zemu/snapshots/s-ext-output-without-ext-spend-data/00005.png
Binary file modified tests_zemu/snapshots/s-ext-output-without-ext-spend-data/00006.png
Binary file modified tests_zemu/snapshots/s-ext-output-without-ext-spend-data/00015.png
Binary file modified tests_zemu/snapshots/s-ext-output-without-ext-spend-data/00016.png
Binary file modified tests_zemu/snapshots/s-ext-sig-without-checkandsign/00000.png
Binary file modified tests_zemu/snapshots/s-ext-sig-without-checkandsign/00001.png
Binary file modified tests_zemu/snapshots/s-ext-sig-without-checkandsign/00002.png
Binary file modified tests_zemu/snapshots/s-ext-sig-without-checkandsign/00004.png
Binary file modified tests_zemu/snapshots/s-ext-sig-without-checkandsign/00005.png
Binary file modified tests_zemu/snapshots/s-ext-sig-without-checkandsign/00006.png
Binary file modified tests_zemu/snapshots/s-ext-sig-without-checkandsign/00014.png
Binary file modified tests_zemu/snapshots/s-ext-sig-without-checkandsign/00015.png
Binary file modified tests_zemu/snapshots/s-ext-sig-without-checkandsign/00016.png
Binary file modified tests_zemu/snapshots/s-get-fvk/00003.png
Binary file modified tests_zemu/snapshots/s-get-ivk/00003.png
Binary file modified tests_zemu/snapshots/s-get-ovk/00003.png
Binary file modified tests_zemu/snapshots/s-mainmenu/00000.png
Binary file modified tests_zemu/snapshots/s-mainmenu/00004.png
Binary file modified tests_zemu/snapshots/s-mainmenu/00010.png
Binary file modified tests_zemu/snapshots/s-mainmenu/00012.png
Binary file modified tests_zemu/snapshots/s-not-using-ledger-rnd-for-tx/00006.png
Binary file modified tests_zemu/snapshots/s-not-using-ledger-rnd-for-tx/00007.png
Binary file modified tests_zemu/snapshots/s-not-using-ledger-rnd-for-tx/00008.png
Binary file modified tests_zemu/snapshots/s-not-using-ledger-rnd-for-tx/00016.png
Binary file modified tests_zemu/snapshots/s-not-using-ledger-rnd-for-tx/00017.png
Binary file modified tests_zemu/snapshots/s-not-using-ledger-rnd-for-tx/00018.png
Binary file modified tests_zemu/snapshots/s-not-using-ledger-rnd-for-tx/00021.png
Binary file modified tests_zemu/snapshots/s-not-using-ledger-rnd-for-tx/00022.png
Binary file modified tests_zemu/snapshots/s-show_address_shielded/00004.png
Binary file modified tests_zemu/snapshots/s-show_address_shielded_with_div/00004.png
Binary file modified tests_zemu/snapshots/s-show_address_unshielded/00003.png
Binary file modified tests_zemu/snapshots/s-show_nullifier-0x1/00003.png
Binary file modified tests_zemu/snapshots/s-show_nullifier-0xFF/00003.png
Binary file modified tests_zemu/snapshots/s-txinit/00000.png
Binary file modified tests_zemu/snapshots/s-txinit/00001.png
Binary file modified tests_zemu/snapshots/s-txinit/00002.png
Binary file modified tests_zemu/snapshots/s-txinit/00004.png
Binary file modified tests_zemu/snapshots/s-txinit/00005.png
Binary file modified tests_zemu/snapshots/s-txinit/00006.png
Binary file modified tests_zemu/snapshots/s-txinit/00014.png
Binary file modified tests_zemu/snapshots/s-txinit/00015.png
Binary file modified tests_zemu/snapshots/s-txinit/00016.png
Binary file modified tests_zemu/snapshots/s-txinit/00019.png
Binary file modified tests_zemu/snapshots/s-txinit/00020.png
Binary file modified tests_zemu/snapshots/sp-1-tr-in-1-spend-2-sh-out/00003.png
Binary file modified tests_zemu/snapshots/sp-1-tr-in-1-spend-2-sh-out/00004.png
Binary file modified tests_zemu/snapshots/sp-1-tr-in-1-spend-2-sh-out/00011.png
Binary file modified tests_zemu/snapshots/sp-1-tr-in-1-spend-2-sh-out/00012.png
Binary file modified tests_zemu/snapshots/sp-1-tr-in-1-spend-2-sh-out/00015.png
Binary file modified tests_zemu/snapshots/sp-1-tr-in-1-spend-2-sh-out/00016.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00003.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00004.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00011.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00012.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00015.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00016.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00001.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00002.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00004.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00005.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00012.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00013.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00016.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00017.png
Binary file modified tests_zemu/snapshots/sp-builder-addr-diff-to-inittx-addr/00005.png
Binary file modified tests_zemu/snapshots/sp-builder-addr-diff-to-inittx-addr/00006.png
Binary file modified tests_zemu/snapshots/sp-builder-addr-diff-to-inittx-addr/00014.png
Binary file modified tests_zemu/snapshots/sp-builder-addr-diff-to-inittx-addr/00017.png
Binary file modified tests_zemu/snapshots/sp-builder-addr-diff-to-inittx-addr/00018.png
Binary file modified tests_zemu/snapshots/sp-ext-data-after-tx-reject/00001.png
Binary file modified tests_zemu/snapshots/sp-ext-data-after-tx-reject/00002.png
Binary file modified tests_zemu/snapshots/sp-ext-data-after-tx-reject/00004.png
Binary file modified tests_zemu/snapshots/sp-ext-data-after-tx-reject/00005.png
Binary file modified tests_zemu/snapshots/sp-ext-data-after-tx-reject/00012.png
Binary file modified tests_zemu/snapshots/sp-ext-data-after-tx-reject/00013.png
Binary file modified tests_zemu/snapshots/sp-ext-data-after-tx-reject/00020.png
Binary file modified tests_zemu/snapshots/sp-ext-more-sigs-than-needed-for-tx/00005.png
Binary file modified tests_zemu/snapshots/sp-ext-more-sigs-than-needed-for-tx/00006.png
Binary file modified tests_zemu/snapshots/sp-ext-more-sigs-than-needed-for-tx/00014.png
Binary file modified tests_zemu/snapshots/sp-ext-more-sigs-than-needed-for-tx/00017.png
Binary file modified tests_zemu/snapshots/sp-ext-more-sigs-than-needed-for-tx/00018.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00001.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00002.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00004.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00005.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00012.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00013.png
Binary file modified tests_zemu/snapshots/sp-get-fvk/00004.png
Binary file modified tests_zemu/snapshots/sp-get-ivk/00004.png
Binary file modified tests_zemu/snapshots/sp-get-ovk/00004.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00000.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00004.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00010.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00012.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00005.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00006.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00013.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00014.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00017.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00018.png
Binary file modified tests_zemu/snapshots/sp-show_address_shielded/00004.png
Binary file modified tests_zemu/snapshots/sp-show_address_shielded_with_div/00004.png
Binary file modified tests_zemu/snapshots/sp-show_address_unshielded/00003.png
Binary file modified tests_zemu/snapshots/sp-show_nullifier-0x1/00004.png
Binary file modified tests_zemu/snapshots/sp-show_nullifier-0xFF/00004.png
Binary file modified tests_zemu/snapshots/sp-txinit/00001.png
Binary file modified tests_zemu/snapshots/sp-txinit/00002.png
Binary file modified tests_zemu/snapshots/sp-txinit/00004.png
Binary file modified tests_zemu/snapshots/sp-txinit/00005.png
Binary file modified tests_zemu/snapshots/sp-txinit/00012.png
Binary file modified tests_zemu/snapshots/sp-txinit/00013.png
Binary file modified tests_zemu/snapshots/sp-txinit/00016.png
Binary file modified tests_zemu/snapshots/sp-txinit/00017.png
Binary file modified tests_zemu/snapshots/st-1-tr-in-1-spend-2-sh-out/00002.png
Binary file modified tests_zemu/snapshots/st-1-tr-in-1-spend-2-sh-out/00005.png
Binary file modified tests_zemu/snapshots/st-1-tr-in-1-spend-2-sh-out/00006.png
Binary file modified tests_zemu/snapshots/st-1-tr-in-1-tr-out-1-spend-2-sh-out/00002.png
Binary file modified tests_zemu/snapshots/st-1-tr-in-1-tr-out-1-spend-2-sh-out/00005.png
Binary file modified tests_zemu/snapshots/st-1-tr-out-1-spend-2-sh-out/00002.png
Binary file modified tests_zemu/snapshots/st-1-tr-out-1-spend-2-sh-out/00005.png
Binary file modified tests_zemu/snapshots/st-1-tr-out-1-spend-2-sh-out/00006.png
Binary file modified tests_zemu/snapshots/st-2-spend-2-out/00001.png
Binary file modified tests_zemu/snapshots/st-2-spend-2-out/00002.png
Binary file modified tests_zemu/snapshots/st-2-spend-2-out/00005.png
Binary file modified tests_zemu/snapshots/st-2-spend-2-out/00006.png
Binary file modified tests_zemu/snapshots/st-builder-addr-diff-to-inittx-addr/00002.png
Binary file modified tests_zemu/snapshots/st-builder-addr-diff-to-inittx-addr/00005.png
Binary file modified tests_zemu/snapshots/st-ext-more-sigs-than-needed-for-tx/00002.png
Binary file modified tests_zemu/snapshots/st-ext-more-sigs-than-needed-for-tx/00005.png
Binary file modified tests_zemu/snapshots/st-ext-output-without-ext-spend-data/00001.png
Binary file modified tests_zemu/snapshots/st-ext-output-without-ext-spend-data/00002.png
Binary file modified tests_zemu/snapshots/st-ext-output-without-ext-spend-data/00005.png
Binary file modified tests_zemu/snapshots/st-ext-sig-without-checkandsign/00001.png
Binary file modified tests_zemu/snapshots/st-ext-sig-without-checkandsign/00002.png
Binary file modified tests_zemu/snapshots/st-ext-sig-without-checkandsign/00005.png
Binary file modified tests_zemu/snapshots/st-get-fvk/00000.png
Binary file modified tests_zemu/snapshots/st-get-fvk/00002.png
Binary file modified tests_zemu/snapshots/st-get-ivk/00000.png
Binary file modified tests_zemu/snapshots/st-get-ivk/00002.png
Binary file modified tests_zemu/snapshots/st-get-ovk/00000.png
Binary file modified tests_zemu/snapshots/st-get-ovk/00002.png
Binary file modified tests_zemu/snapshots/st-mainmenu/00000.png
Binary file modified tests_zemu/snapshots/st-mainmenu/00001.png
Binary file modified tests_zemu/snapshots/st-mainmenu/00002.png
Binary file modified tests_zemu/snapshots/st-mainmenu/00003.png
Binary file modified tests_zemu/snapshots/st-mainmenu/00004.png
Binary file modified tests_zemu/snapshots/st-mainmenu/00005.png
Binary file modified tests_zemu/snapshots/st-not-using-ledger-rnd-for-tx/00002.png
Binary file modified tests_zemu/snapshots/st-not-using-ledger-rnd-for-tx/00005.png
Binary file modified tests_zemu/snapshots/st-not-using-ledger-rnd-for-tx/00006.png
Binary file modified tests_zemu/snapshots/st-show_address_shielded/00000.png
Binary file modified tests_zemu/snapshots/st-show_address_shielded/00002.png
Binary file modified tests_zemu/snapshots/st-show_address_shielded_with_div/00001.png
Binary file modified tests_zemu/snapshots/st-show_address_unshielded/00000.png
Binary file modified tests_zemu/snapshots/st-show_address_unshielded/00002.png
Binary file modified tests_zemu/snapshots/st-show_nullifier-0x1/00000.png
Binary file modified tests_zemu/snapshots/st-show_nullifier-0x1/00001.png
Binary file modified tests_zemu/snapshots/st-show_nullifier-0x1/00002.png
Binary file modified tests_zemu/snapshots/st-show_nullifier-0xFF/00000.png
Binary file modified tests_zemu/snapshots/st-show_nullifier-0xFF/00001.png
Binary file modified tests_zemu/snapshots/st-show_nullifier-0xFF/00002.png
Binary file added tests_zemu/snapshots/st-txinit/00000.png
Binary file added tests_zemu/snapshots/st-txinit/00001.png
Binary file added tests_zemu/snapshots/st-txinit/00002.png
Binary file added tests_zemu/snapshots/st-txinit/00003.png
Binary file added tests_zemu/snapshots/st-txinit/00004.png
Binary file added tests_zemu/snapshots/st-txinit/00005.png
Binary file added tests_zemu/snapshots/st-txinit/00006.png
Binary file added tests_zemu/snapshots/st-txinit/00007.png
Binary file added tests_zemu/snapshots/st-txinit/00008.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-spend-2-sh-out/00003.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-spend-2-sh-out/00004.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-spend-2-sh-out/00011.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-spend-2-sh-out/00012.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-spend-2-sh-out/00015.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-spend-2-sh-out/00016.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-tr-out-1-spend-2-sh-out/00005.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-tr-out-1-spend-2-sh-out/00006.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-tr-out-1-spend-2-sh-out/00014.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-tr-out-1-spend-2-sh-out/00017.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-tr-out-1-spend-2-sh-out/00018.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00003.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00004.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00011.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00012.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00015.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00016.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00001.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00002.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00004.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00005.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00012.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00013.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00016.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00017.png
Binary file modified tests_zemu/snapshots/x-builder-addr-diff-to-inittx-addr/00005.png
Binary file modified tests_zemu/snapshots/x-builder-addr-diff-to-inittx-addr/00006.png
Binary file modified tests_zemu/snapshots/x-builder-addr-diff-to-inittx-addr/00014.png
Binary file modified tests_zemu/snapshots/x-builder-addr-diff-to-inittx-addr/00017.png
Binary file modified tests_zemu/snapshots/x-builder-addr-diff-to-inittx-addr/00018.png
Binary file modified tests_zemu/snapshots/x-ext-more-sigs-than-needed-for-tx/00005.png
Binary file modified tests_zemu/snapshots/x-ext-more-sigs-than-needed-for-tx/00006.png
Binary file modified tests_zemu/snapshots/x-ext-more-sigs-than-needed-for-tx/00014.png
Binary file modified tests_zemu/snapshots/x-ext-more-sigs-than-needed-for-tx/00017.png
Binary file modified tests_zemu/snapshots/x-ext-more-sigs-than-needed-for-tx/00018.png
Binary file modified tests_zemu/snapshots/x-ext-output-without-ext-spend-data/00001.png
Binary file modified tests_zemu/snapshots/x-ext-output-without-ext-spend-data/00002.png
Binary file modified tests_zemu/snapshots/x-ext-output-without-ext-spend-data/00004.png
Binary file modified tests_zemu/snapshots/x-ext-output-without-ext-spend-data/00005.png
Binary file modified tests_zemu/snapshots/x-ext-output-without-ext-spend-data/00013.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00001.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00002.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00004.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00005.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00012.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00013.png
Binary file modified tests_zemu/snapshots/x-get-fvk/00004.png
Binary file modified tests_zemu/snapshots/x-get-ivk/00004.png
Binary file modified tests_zemu/snapshots/x-get-ovk/00004.png
Binary file modified tests_zemu/snapshots/x-mainmenu/00000.png
Loading
Loading