Skip to content

Commit

Permalink
Merge pull request #220 from Zondax/deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
ftheirs committed Apr 12, 2024
2 parents b8cd0b2 + e1d0f99 commit 1a04347
Show file tree
Hide file tree
Showing 470 changed files with 1,874 additions and 2,599 deletions.
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
APPVERSION_M=2
APPVERSION_N=5
APPVERSION_P=9
APPVERSION_P=10
2 changes: 1 addition & 1 deletion deps/nanos-secure-sdk
Submodule nanos-secure-sdk updated 76 files
+1 −1 Makefile.app_params
+1 −1 Makefile.defines
+54 −6 Makefile.rules
+34 −2 Makefile.rules_generic
+38 −0 fuzzing/CMakeLists.txt
+40 −0 fuzzing/README.md
+19 −0 fuzzing/fuzzer_apdu_parser.c
+8 −0 fuzzing/fuzzer_base58.c
+8 −0 fuzzing/fuzzer_bip32.c
+22 −0 fuzzing/fuzzer_qrcodegen.c
+6 −0 fuzzing/mock/os_task.c
+3 −0 fuzzing/mock/os_task.h
+11 −0 include/cx_errors.h
+92 −153 include/ledger_assert.h
+226 −0 include/ledger_assert_internals.h
+0 −7 include/os.h
+7 −0 include/os_print.h
+37 −28 lib_cxng/include/lcx_aes.h
+94 −13 lib_cxng/include/lcx_blake2.h
+12 −3 lib_cxng/include/lcx_common.h
+7 −7 lib_cxng/include/lcx_crc.h
+19 −9 lib_cxng/include/lcx_des.h
+16 −14 lib_cxng/include/lcx_ecdh.h
+32 −31 lib_cxng/include/lcx_ecdsa.h
+68 −60 lib_cxng/include/lcx_ecfp.h
+19 −19 lib_cxng/include/lcx_ecschnorr.h
+32 −32 lib_cxng/include/lcx_eddsa.h
+4 −4 lib_cxng/include/lcx_groestl.h
+22 −22 lib_cxng/include/lcx_hash.h
+51 −38 lib_cxng/include/lcx_hmac.h
+91 −67 lib_cxng/include/lcx_math.h
+10 −9 lib_cxng/include/lcx_pbkdf2.h
+47 −7 lib_cxng/include/lcx_ripemd160.h
+23 −21 lib_cxng/include/lcx_rng.h
+62 −62 lib_cxng/include/lcx_rsa.h
+94 −10 lib_cxng/include/lcx_sha256.h
+424 −17 lib_cxng/include/lcx_sha3.h
+86 −10 lib_cxng/include/lcx_sha512.h
+1 −1 lib_cxng/include/libcxng.h
+4 −3 lib_cxng/src/cx_blake2.h
+6 −5 lib_cxng/src/cx_blake2b.h
+4 −4 lib_cxng/src/cx_crc.h
+4 −4 lib_cxng/src/cx_ecfp.h
+12 −12 lib_cxng/src/cx_eddsa.h
+16 −16 lib_cxng/src/cx_hash.h
+12 −11 lib_cxng/src/cx_pbkdf2.h
+9 −0 lib_cxng/src/cx_pkcs1.c
+4 −0 lib_cxng/src/cx_ram.h
+23 −3 lib_cxng/src/cx_ripemd160.h
+4 −3 lib_cxng/src/cx_rng.h
+14 −13 lib_cxng/src/cx_rng_rfc6979.h
+2 −2 lib_cxng/src/cx_rsa.c
+35 −36 lib_cxng/src/cx_rsa.h
+23 −3 lib_cxng/src/cx_sha256.h
+23 −4 lib_cxng/src/cx_sha3.h
+23 −4 lib_cxng/src/cx_sha512.h
+1 −1 lib_cxng/src/cx_utils.h
+2 −2 lib_standard_app/bip32.c
+7 −7 lib_standard_app/io.h
+2 −3 lib_stusb/STM32_USB_Device_Library/Class/CCID/inc/sc_itf.h
+10 −0 lib_stusb/STM32_USB_Device_Library/Class/CCID/inc/usbd_ccid_if.h
+16 −23 lib_stusb/STM32_USB_Device_Library/Class/CCID/src/usbd_ccid_cmd.c
+38 −32 lib_stusb/STM32_USB_Device_Library/Class/CCID/src/usbd_ccid_if.c
+1 −0 lib_stusb/usbd_conf.h
+96 −24 lib_stusb_impl/u2f_impl.c
+7 −0 lib_stusb_impl/u2f_impl.h
+51 −5 lib_stusb_impl/usbd_impl.c
+7 −0 lib_ux/include/ux.h
+2 −0 lib_ux/src/ux_layout_common.h
+0 −2 lib_ux/src/ux_layout_paging.c
+1 −0 script.ld
+8 −0 src/app_metadata.c
+245 −0 src/cx_hash_iovec.c
+3 −1 src/cx_stubs.S
+53 −0 src/cx_wrappers.c
+33 −34 src/ledger_assert.c
2 changes: 1 addition & 1 deletion deps/nanosplus-secure-sdk
2 changes: 1 addition & 1 deletion deps/nanox-secure-sdk
Submodule nanox-secure-sdk updated 991 files
8 changes: 4 additions & 4 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://github.com/zondax/ledger-oasis",
"dependencies": {
"@babel/runtime": "^7.23.2",
"@ledgerhq/hw-app-eth": "6.34.9",
"@ledgerhq/hw-app-eth": "6.35.7",
"@ledgerhq/hw-transport": "^6.29.0",
"bech32": "^2.0.0"
},
Expand All @@ -44,17 +44,17 @@
"core-js": "^3.33.2",
"crypto-js": "4.2.0",
"ed25519-supercop": "^2.0.1",
"eslint": "^8.53.0",
"eslint": "^9.0.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"index.js": "^0.0.3",
"jest": "^29.7.0",
"jest-serial-runner": "^1.2.1",
"js-sha512": "^0.8.0",
"js-sha512": "^0.9.0",
"prettier": "^3.1.0",
"vue": "^3.3.8",
"vue-template-compiler": "^2.7.15"
Expand Down
4,439 changes: 1,857 additions & 2,582 deletions js/yarn.lock

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions tests_zemu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@
},
"dependencies": {
"@zondax/ledger-oasis": "file:../js",
"@zondax/zemu": "^0.44.2"
"@zondax/zemu": "^0.48.0"
},
"devDependencies": {
"@ethereumjs/common": "^2.4.0",
"@ethereumjs/tx": "^3.2.0",
"@ledgerhq/hw-app-eth": "6.34.9",
"@ledgerhq/hw-app-eth": "6.35.7",
"@types/elliptic": "^6.4.17",
"@types/jest": "^29.5.8",
"@types/ledgerhq__hw-transport": "^4.21.7",
"@types/secp256k1": "^4.0.6",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"blakejs": "^1.1.1",
"bn.js": "^5.2.0",
"crypto-js": "4.2.0",
"ed25519-supercop": "^2.0.1",
"elliptic": "^6.5.4",
"eslint": "^8.53.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"js-sha256": "0.9.0",
"js-sha512": "^0.8.0",
"js-sha256": "0.11.0",
"js-sha512": "^0.9.0",
"prettier": "^3.1.0",
"secp256k1": "^5.0.0",
"ts-jest": "^29.0.3",
Expand Down
Binary file modified tests_zemu/snapshots/s-adr0008-0-mainmenu/00004.png
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-adr0008-0-mainmenu/00010.png
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-adr0008-5-mainmenu/00004.png
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-adr0008-5-mainmenu/00010.png
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
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
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-add_escrow/00005.png
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-add_escrow/00006.png
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-add_escrow/00007.png
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-adr0008-0-add_escrow/00005.png
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-adr0008-0-add_escrow/00006.png
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-adr0008-0-add_escrow/00007.png
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-adr0008-0-cast_vote_abstain/00001.png
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-adr0008-0-cast_vote_abstain/00005.png
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-adr0008-0-cast_vote_abstain/00006.png
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-adr0008-0-cast_vote_abstain/00007.png
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-adr0008-0-cast_vote_no/00001.png
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-adr0008-0-cast_vote_no/00005.png
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-adr0008-0-cast_vote_no/00006.png
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-adr0008-0-cast_vote_no/00007.png
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-adr0008-0-cast_vote_yes/00001.png
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-adr0008-0-cast_vote_yes/00005.png
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-adr0008-0-cast_vote_yes/00006.png
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-adr0008-0-cast_vote_yes/00007.png
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-adr0008-0-mainmenu/00001.png
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-adr0008-0-mainmenu/00002.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-mainmenu/00003.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-mainmenu/00004.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-mainmenu/00010.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-mainmenu/00011.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-reclaim_escrow/00002.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-reclaim_escrow/00003.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-reclaim_escrow/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-reclaim_escrow/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-reclaim_escrow/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-show_address/00001.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00002.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00003.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00004.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00008.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00009.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00010.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00011.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00012.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00013.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00014.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00015.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00016.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00017.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00018.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00019.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00020.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00021.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00022.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00023.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00024.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00025.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00026.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00028.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend/00029.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend_issue_130/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend_issue_130/00008.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend_issue_130/00009.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend_issue_130/00010.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend_issue_130/00012.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend_issue_130/00013.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_amend_issue_130/00020.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_basic/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_basic_allow/00002.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_basic_allow/00003.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_basic_allow/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_basic_allow/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_basic_allow/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_basic_withdraw/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_basic_withdraw/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_basic_withdraw/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_entity_metadata/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_entity_metadata/00008.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_register_entity/00003.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_register_entity/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_register_entity/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-sign_register_entity/00011.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-transfer/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-transfer/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-0-transfer/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-add_escrow/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-add_escrow/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-add_escrow/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-cast_vote_abstain/00001.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-cast_vote_abstain/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-cast_vote_abstain/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-cast_vote_abstain/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-cast_vote_no/00001.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-cast_vote_no/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-cast_vote_no/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-cast_vote_no/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-cast_vote_yes/00001.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-cast_vote_yes/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-cast_vote_yes/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-cast_vote_yes/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-mainmenu/00001.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-mainmenu/00002.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-mainmenu/00003.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-mainmenu/00004.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-mainmenu/00010.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-mainmenu/00011.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-reclaim_escrow/00002.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-reclaim_escrow/00003.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-reclaim_escrow/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-reclaim_escrow/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-reclaim_escrow/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00002.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00003.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00004.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00008.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00009.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00010.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00011.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00012.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00013.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00014.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00015.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00016.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00017.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00018.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00019.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00020.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00021.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00022.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00023.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00024.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00025.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00026.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00028.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend/00029.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend_issue_130/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend_issue_130/00008.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend_issue_130/00009.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend_issue_130/00010.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend_issue_130/00012.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend_issue_130/00013.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_amend_issue_130/00020.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_basic/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_basic_allow/00002.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_basic_allow/00003.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_basic_allow/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_basic_allow/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_basic_allow/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_basic_withdraw/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_basic_withdraw/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_basic_withdraw/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_entity_metadata/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_entity_metadata/00008.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_register_entity/00003.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_register_entity/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_register_entity/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-sign_register_entity/00011.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-transfer/00005.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-transfer/00006.png
Binary file modified tests_zemu/snapshots/sp-adr0008-5-transfer/00007.png
Binary file modified tests_zemu/snapshots/sp-adr0014-sign_ed25519_runtime_evm/00004.png

0 comments on commit 1a04347

Please sign in to comment.