Skip to content

Commit

Permalink
chore: update zxlib (#137)
Browse files Browse the repository at this point in the history
* chore: update zxlib

* chore: bump zemu package

* chore: bump app version

* chore: update images
  • Loading branch information
emmanuelm41 authored Jan 17, 2025
1 parent b8fa48a commit e194c5f
Show file tree
Hide file tree
Showing 345 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/Makefile.version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is the major version
APPVERSION_M=4
# This is the minor version
APPVERSION_N=2
APPVERSION_N=3
# This is the patch version
APPVERSION_P=5
APPVERSION_P=0
2 changes: 1 addition & 1 deletion deps/ledger-zxlib
Submodule ledger-zxlib updated 59 files
+34 −39 app/common/app_main.c
+31 −30 app/common/app_main.h
+37 −26 app/ui/view.c
+27 −2 app/ui/view.h
+35 −37 app/ui/view_inspect_s.c
+44 −1 app/ui/view_internal.h
+97 −89 app/ui/view_nano.c
+1 −1 app/ui/view_nano.h
+15 −14 app/ui/view_nano_inspect.h
+41 −27 app/ui/view_nbgl.c
+107 −7 app/ui/view_s.c
+306 −148 app/ui/view_x.c
+1 −1 dockerized_build.mk
+32 −33 include/apdu_codes.h
+19 −16 include/app_mode.h
+19 −21 include/base58.h
+1 −1 include/base64.h
+1 −1 include/bech32.h
+1 −1 include/bignum.h
+1 −6 include/bittools.h
+17 −20 include/buffering.h
+15 −15 include/hexutils.h
+8 −35 include/segwit_addr.h
+15 −18 include/sigutils.h
+17 −16 include/timeutils.h
+318 −415 include/utf8.h
+145 −149 include/view_templates.h
+14 −14 include/zxcanary.h
+51 −49 include/zxerror.h
+74 −79 include/zxformat.h
+14 −14 include/zxtypes.h
+2 −3 include/zxutils_ledger.h
+3 −3 include/zxversion.h
+1 −1 scripts/install_deps.sh
+1 −1 scripts/template.sh
+30 −3 src/app_mode.c
+40 −48 src/base58.c
+20 −20 src/base64.c
+20 −23 src/bech32.c
+24 −27 src/bignum.c
+20 −26 src/buffering.c
+24 −25 src/hexutils.c
+14 −22 src/segwit_addr.c
+17 −21 src/sigutils.c
+76 −686 src/timeutils.c
+19 −17 src/zxcanary.c
+30 −30 src/zxformat.c
+133 −134 src/zxutils_ledger.c
+1 −1 templates/Makefile.root
+1 −1 tests/asciify.cpp
+1 −1 tests/base64.cpp
+1 −1 tests/bech32.cpp
+1 −1 tests/bip44path.cpp
+1 −1 tests/buffering_tests.cpp
+1 −1 tests/doubledabble.cpp
+1 −1 tests/hexutils.cpp
+1 −1 tests/macros.cpp
+1 −1 tests/sigutils.cpp
+1 −1 tests/zxformat.cpp
2 changes: 1 addition & 1 deletion tests_zemu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@zondax/ledger-js": "^0.10.0",
"@zondax/ledger-zcash": "link:../js",
"@zondax/zcashtools": "link:../zcashtools/neon",
"@zondax/zemu": "^0.50.2"
"@zondax/zemu": "^0.53.0"
},
"devDependencies": {
"@ledgerhq/hw-transport-node-hid": "^6.29.1",
Expand Down
Binary file modified tests_zemu/snapshots/fl-mainmenu/00001.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/fl-mainmenu/00002.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/fl-mainmenu/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/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-1-tr-in-1-spend-2-sh-out/00006.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-1-tr-in-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/sp-1-tr-in-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.
Binary file modified tests_zemu/snapshots/sp-1-tr-in-1-spend-2-sh-out/00009.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-1-tr-in-1-spend-2-sh-out/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-1-tr-in-1-spend-2-sh-out/00011.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-1-tr-in-1-spend-2-sh-out/00012.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-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/sp-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/sp-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/sp-1-tr-in-1-spend-2-sh-out/00016.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-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.
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.
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.
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/sp-1-tr-out-1-spend-2-sh-out/00001.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00002.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00006.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00007.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00008.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00009.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00010.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/00013.png
Binary file modified tests_zemu/snapshots/sp-1-tr-out-1-spend-2-sh-out/00014.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-1-tr-out-1-spend-2-sh-out/00019.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00007.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00008.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00009.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00010.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00011.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/00014.png
Binary file modified tests_zemu/snapshots/sp-2-spend-2-out/00015.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-2-spend-2-out/00020.png
Binary file modified tests_zemu/snapshots/sp-2-tr-in-2-tr-out/00005.png
Binary file modified tests_zemu/snapshots/sp-2-tr-in-2-tr-out/00006.png
Binary file modified tests_zemu/snapshots/sp-2-tr-in-2-tr-out/00007.png
Binary file modified tests_zemu/snapshots/sp-2-tr-in-2-tr-out/00008.png
Binary file modified tests_zemu/snapshots/sp-2-tr-in-2-tr-out/00011.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00007.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00008.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00009.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00010.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00011.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-ext-sig-without-checkandsign/00014.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00015.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00016.png
Binary file modified tests_zemu/snapshots/sp-ext-sig-without-checkandsign/00019.png
Binary file modified tests_zemu/snapshots/sp-get-fvk-expert/00005.png
Binary file modified tests_zemu/snapshots/sp-get-fvk/00001.png
Binary file modified tests_zemu/snapshots/sp-get-fvk/00003.png
Binary file modified tests_zemu/snapshots/sp-get-ivk-expert/00005.png
Binary file modified tests_zemu/snapshots/sp-get-ivk/00001.png
Binary file modified tests_zemu/snapshots/sp-get-ivk/00003.png
Binary file modified tests_zemu/snapshots/sp-get-ovk-expert/00005.png
Binary file modified tests_zemu/snapshots/sp-get-ovk/00001.png
Binary file modified tests_zemu/snapshots/sp-get-ovk/00003.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00000.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00001.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00002.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00003.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00004.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00005.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00009.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00010.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00011.png
Binary file modified tests_zemu/snapshots/sp-mainmenu/00012.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00003.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00004.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00008.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00009.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00010.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00011.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00012.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/00015.png
Binary file modified tests_zemu/snapshots/sp-not-using-ledger-rnd-for-tx/00016.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-not-using-ledger-rnd-for-tx/00021.png
Binary file modified tests_zemu/snapshots/sp-show_address_shielded/00001.png
Binary file modified tests_zemu/snapshots/sp-show_address_shielded/00002.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/00001.png
Binary file modified tests_zemu/snapshots/sp-show_address_shielded_with_div/00002.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/00001.png
Binary file modified tests_zemu/snapshots/sp-show_address_unshielded/00003.png
Binary file modified tests_zemu/snapshots/sp-show_nullifier-0x1-expert/00005.png
Binary file modified tests_zemu/snapshots/sp-show_nullifier-0x1/00001.png
Binary file modified tests_zemu/snapshots/sp-show_nullifier-0x1/00003.png
Binary file modified tests_zemu/snapshots/sp-show_nullifier-0xFF-expert/00005.png
Binary file modified tests_zemu/snapshots/sp-show_nullifier-0xFF/00001.png
Binary file modified tests_zemu/snapshots/sp-show_nullifier-0xFF/00003.png
Binary file modified tests_zemu/snapshots/sp-txinit/00007.png
Binary file modified tests_zemu/snapshots/sp-txinit/00008.png
Binary file modified tests_zemu/snapshots/sp-txinit/00009.png
Binary file modified tests_zemu/snapshots/sp-txinit/00010.png
Binary file modified tests_zemu/snapshots/sp-txinit/00011.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/00014.png
Binary file modified tests_zemu/snapshots/sp-txinit/00015.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/sp-txinit/00020.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/x-1-tr-in-1-spend-2-sh-out/00006.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-spend-2-sh-out/00007.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-spend-2-sh-out/00008.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-spend-2-sh-out/00009.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-spend-2-sh-out/00010.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/00013.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-spend-2-sh-out/00014.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-spend-2-sh-out/00019.png
Binary file modified tests_zemu/snapshots/x-1-tr-in-1-tr-out-1-spend-2-sh-out/00021.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00001.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00002.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00006.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00007.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00008.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00009.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00010.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/00013.png
Binary file modified tests_zemu/snapshots/x-1-tr-out-1-spend-2-sh-out/00014.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-1-tr-out-1-spend-2-sh-out/00019.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00007.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00008.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00009.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00010.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00011.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/00014.png
Binary file modified tests_zemu/snapshots/x-2-spend-2-out/00015.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-2-spend-2-out/00020.png
Binary file modified tests_zemu/snapshots/x-2-tr-in-2-tr-out/00005.png
Binary file modified tests_zemu/snapshots/x-2-tr-in-2-tr-out/00006.png
Binary file modified tests_zemu/snapshots/x-2-tr-in-2-tr-out/00007.png
Binary file modified tests_zemu/snapshots/x-2-tr-in-2-tr-out/00008.png
Binary file modified tests_zemu/snapshots/x-2-tr-in-2-tr-out/00011.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00007.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00008.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00009.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00010.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00011.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-ext-sig-without-checkandsign/00014.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00015.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00016.png
Binary file modified tests_zemu/snapshots/x-ext-sig-without-checkandsign/00019.png
Binary file modified tests_zemu/snapshots/x-get-fvk-expert/00005.png
Binary file modified tests_zemu/snapshots/x-get-fvk/00001.png
Binary file modified tests_zemu/snapshots/x-get-fvk/00003.png
Binary file modified tests_zemu/snapshots/x-get-ivk-expert/00005.png
Binary file modified tests_zemu/snapshots/x-get-ivk/00001.png
Binary file modified tests_zemu/snapshots/x-get-ivk/00003.png
Binary file modified tests_zemu/snapshots/x-get-ovk-expert/00005.png
Binary file modified tests_zemu/snapshots/x-get-ovk/00001.png
Binary file modified tests_zemu/snapshots/x-get-ovk/00003.png
Binary file modified tests_zemu/snapshots/x-mainmenu/00000.png
Binary file modified tests_zemu/snapshots/x-mainmenu/00001.png
Binary file modified tests_zemu/snapshots/x-mainmenu/00002.png
Binary file modified tests_zemu/snapshots/x-mainmenu/00003.png
Binary file modified tests_zemu/snapshots/x-mainmenu/00004.png
Loading

0 comments on commit e194c5f

Please sign in to comment.