diff --git a/Makefile b/Makefile index 703e827..c5b4c2b 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ APPNAME = "ONT" # Application version APPVERSION_M = 2 APPVERSION_N = 0 -APPVERSION_P = 0 +APPVERSION_P = 1 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" # Application source files diff --git a/fuzzing/CMakeLists.txt b/fuzzing/CMakeLists.txt index 523a218..cd4bbe3 100644 --- a/fuzzing/CMakeLists.txt +++ b/fuzzing/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(OntFuzzer VERSION 2.0.0 LANGUAGES C) +project(OntFuzzer VERSION 2.0.1 LANGUAGES C) set(CMAKE_C_STANDARD 11) set(CMAKE_C_COMPILER clang) # Ensure Clang is used diff --git a/src/transaction/deserialize.c b/src/transaction/deserialize.c index 516ade1..9930135 100644 --- a/src/transaction/deserialize.c +++ b/src/transaction/deserialize.c @@ -36,7 +36,7 @@ The valid `tx-type` of the transaction include two values: The `nonce` is a 4-byte unsigned integer. 4. gasPrice: -The `gasPrice` is a 8-byte unsigned integer, which has a minimum value of 2500. +The `gasPrice` is a 8-byte unsigned integer, which has a minimum value of 500. 5. gasLimit: The `gasLimit` is a 8-byte unsigned integer, which has a minimum value of 20000. diff --git a/src/transaction/tx_types.h b/src/transaction/tx_types.h index b0eb726..2cbe62e 100644 --- a/src/transaction/tx_types.h +++ b/src/transaction/tx_types.h @@ -11,7 +11,7 @@ #endif enum { - GAS_PRICE_MIN = 2500, + GAS_PRICE_MIN = 500, GAS_LIMIT_MIN = 20000, }; diff --git a/tests/snapshots/flex/test_get_public_key_confirm_accepted/00000.png b/tests/snapshots/flex/test_get_public_key_confirm_accepted/00000.png index 52c6b26..e2512c4 100644 Binary files a/tests/snapshots/flex/test_get_public_key_confirm_accepted/00000.png and b/tests/snapshots/flex/test_get_public_key_confirm_accepted/00000.png differ diff --git a/tests/snapshots/flex/test_get_public_key_confirm_accepted/00001.png b/tests/snapshots/flex/test_get_public_key_confirm_accepted/00001.png index 6e805ed..93b9ca8 100644 Binary files a/tests/snapshots/flex/test_get_public_key_confirm_accepted/00001.png and b/tests/snapshots/flex/test_get_public_key_confirm_accepted/00001.png differ diff --git a/tests/snapshots/flex/test_get_public_key_confirm_accepted/00002.png b/tests/snapshots/flex/test_get_public_key_confirm_accepted/00002.png index 4321e60..8d07f2f 100644 Binary files a/tests/snapshots/flex/test_get_public_key_confirm_accepted/00002.png and b/tests/snapshots/flex/test_get_public_key_confirm_accepted/00002.png differ diff --git a/tests/snapshots/flex/test_get_public_key_confirm_accepted/00003.png b/tests/snapshots/flex/test_get_public_key_confirm_accepted/00003.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_get_public_key_confirm_accepted/00003.png and b/tests/snapshots/flex/test_get_public_key_confirm_accepted/00003.png differ diff --git a/tests/snapshots/flex/test_get_public_key_confirm_refused/00000.png b/tests/snapshots/flex/test_get_public_key_confirm_refused/00000.png index 52c6b26..e2512c4 100644 Binary files a/tests/snapshots/flex/test_get_public_key_confirm_refused/00000.png and b/tests/snapshots/flex/test_get_public_key_confirm_refused/00000.png differ diff --git a/tests/snapshots/flex/test_get_public_key_confirm_refused/00001.png b/tests/snapshots/flex/test_get_public_key_confirm_refused/00001.png index 6e805ed..93b9ca8 100644 Binary files a/tests/snapshots/flex/test_get_public_key_confirm_refused/00001.png and b/tests/snapshots/flex/test_get_public_key_confirm_refused/00001.png differ diff --git a/tests/snapshots/flex/test_get_public_key_confirm_refused/00002.png b/tests/snapshots/flex/test_get_public_key_confirm_refused/00002.png index 45c08d4..7c8c42e 100644 Binary files a/tests/snapshots/flex/test_get_public_key_confirm_refused/00002.png and b/tests/snapshots/flex/test_get_public_key_confirm_refused/00002.png differ diff --git a/tests/snapshots/flex/test_get_public_key_confirm_refused/00003.png b/tests/snapshots/flex/test_get_public_key_confirm_refused/00003.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_get_public_key_confirm_refused/00003.png and b/tests/snapshots/flex/test_get_public_key_confirm_refused/00003.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00000.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00000.png index 4c39cf8..2c5771d 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00000.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00001.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00001.png index c2621c6..f0ade11 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00001.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00002.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00002.png index 2580b07..2a46d72 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00002.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00003.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00003.png index cfdf567..df79922 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00003.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00004.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00004.png index efb8f58..95cc6a0 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00004.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00005.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00005.png index 383f346..61f9a2b 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00005.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00006.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00006.png index 11b5960..9d11fde 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00006.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00006.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00007.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00007.png index fe97979..178641c 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00007.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00007.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00008.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00008.png index a075958..1f8d359 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00008.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00008.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00009.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00009.png index 753e92b..ecdfb06 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00009.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00009.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00010.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00010.png index e889026..e022580 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00010.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00010.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00011.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00011.png index 3a098f1..46565e5 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00011.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00011.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00012.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00012.png index a090223..d77aa4b 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00012.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00012.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00013.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00013.png index fe1cf53..2924ceb 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00013.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00013.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00014.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00014.png index c337164..2a17a8a 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00014.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00014.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00015.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00015.png index 97b8423..fdec5c6 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00015.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00015.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00016.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00016.png index ff35194..b6bba18 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00016.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00016.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00017.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00017.png index 76754ae..2e77253 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00017.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00017.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00018.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00018.png index a7b77f1..74f1b4d 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00018.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00018.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00019.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00019.png index a01e590..71a9577 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00019.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00019.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00020.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00020.png index 1144ca5..446189d 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00020.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00020.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00021.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00021.png index 5ae1fd9..8f4232f 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00021.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00021.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00022.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00022.png index f20047c..62b54c4 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00022.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00022.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00023.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00023.png index e8ad41d..5cabde6 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00023.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00023.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00024.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00024.png index a9dcd57..c53584e 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00024.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00024.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00025.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00025.png index 5f6e231..db769e8 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00025.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00025.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00026.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00026.png index a42fe24..790361c 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00026.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00026.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00027.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00027.png index a8c4b01..40dedba 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00027.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00027.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00028.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00028.png index f21643b..948e9b2 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00028.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00028.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00029.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00029.png index 5efa2bb..6f290bd 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00029.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00029.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00030.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00030.png index 666f21c..797bbd0 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00030.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00030.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00031.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00031.png index 5daff5d..e4d35ed 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00031.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00031.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00032.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00032.png index 42b190f..f167107 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00032.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00032.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00033.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00033.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00033.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00033.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00034.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00034.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00034.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx/00034.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00000.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00000.png index 8bec7aa..1e44881 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00000.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00001.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00001.png index 6d2a237..083e28f 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00001.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00002.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00002.png index 4b2dbe1..0a08dfd 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00002.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00003.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00003.png index b28fd74..b3b2447 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00003.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00004.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00004.png index 14221da..250fe69 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00004.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00005.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00005.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00005.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00006.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00006.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00006.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00007.png b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00007.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00007.png and b/tests/snapshots/flex/test_multi_transfer_sign_tx_short_tx_refused/00007.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00000.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00000.png index a9a6cb3..712f2cb 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00001.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00001.png index 2ae6c70..582f0cf 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00002.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00003.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00003.png index 772e1ce..e5b4592 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00004.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00005.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00006.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00000.png index a9a6cb3..712f2cb 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00001.png index 2ae6c70..582f0cf 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00003.png index 772e1ce..e5b4592 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_add_init_pos_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_refused/00000.png b/tests/snapshots/flex/test_sign_approve_tx_refused/00000.png index cdf8217..d90010e 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_approve_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_refused/00001.png b/tests/snapshots/flex/test_sign_approve_tx_refused/00001.png index cfb33df..7f1f6e4 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_approve_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_refused/00002.png b/tests/snapshots/flex/test_sign_approve_tx_refused/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_approve_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_refused/00003.png b/tests/snapshots/flex/test_sign_approve_tx_refused/00003.png index cb9519c..7c80471 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_approve_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_refused/00004.png b/tests/snapshots/flex/test_sign_approve_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_approve_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_refused/00005.png b/tests/snapshots/flex/test_sign_approve_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_approve_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_refused/00006.png b/tests/snapshots/flex/test_sign_approve_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_approve_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_approve_tx_short_tx/00000.png index cdf8217..d90010e 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_approve_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_approve_tx_short_tx/00001.png index cfb33df..7f1f6e4 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_approve_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_approve_tx_short_tx/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_approve_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_approve_tx_short_tx/00003.png index cb9519c..7c80471 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_approve_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_approve_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_approve_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_approve_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_approve_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_approve_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_approve_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00000.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00000.png index ac6ff66..7689b51 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00001.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00001.png index a4ab654..41fb4f7 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00002.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00003.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00003.png index b72b892..a93ec18 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00004.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00005.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00006.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00000.png index ac6ff66..7689b51 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00001.png index a4ab654..41fb4f7 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00003.png index b72b892..a93ec18 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_authorize_for_peer_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00000.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00000.png index 07324f0..d7b9c78 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00001.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00001.png index b962de5..072ecdc 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00002.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00003.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00003.png index 88f41ec..3aa3473 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00004.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00005.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00006.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00000.png index 07324f0..d7b9c78 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00001.png index b962de5..072ecdc 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00003.png index 88f41ec..3aa3473 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_change_max_authorization_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00000.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00000.png index cdf8217..d90010e 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00001.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00001.png index 4733af0..3c863b6 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00002.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00003.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00003.png index cb9519c..7c80471 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00004.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00005.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00006.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00000.png index cdf8217..d90010e 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00001.png index 2ebc217..ecfa531 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00003.png index cb9519c..7c80471 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_approve_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00000.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00000.png index 39eb0aa..7918e6f 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00001.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00001.png index 695bc6b..2639c9b 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00002.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00002.png index 8c17fe5..2d5047b 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00003.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00003.png index 8230312..438db4d 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00004.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00005.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00006.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00000.png index 39eb0aa..7918e6f 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00001.png index 12c5569..26251cc 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00002.png index 8c17fe5..2d5047b 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00003.png index 8230312..438db4d 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00000.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00000.png index 2998ed8..4bedc7e 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00001.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00001.png index ee4d83d..42d743b 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00002.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00003.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00003.png index b7a18e9..c4e4408 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00004.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00005.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00006.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00000.png index 2998ed8..4bedc7e 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00001.png index ee4d83d..42d743b 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00003.png index b7a18e9..c4e4408 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_oep4_neovm_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_refused/00000.png b/tests/snapshots/flex/test_sign_oep4_tx_refused/00000.png index 2998ed8..4bedc7e 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_oep4_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_refused/00001.png b/tests/snapshots/flex/test_sign_oep4_tx_refused/00001.png index c096de3..bdf3014 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_oep4_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_refused/00002.png b/tests/snapshots/flex/test_sign_oep4_tx_refused/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_oep4_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_refused/00003.png b/tests/snapshots/flex/test_sign_oep4_tx_refused/00003.png index b7a18e9..c4e4408 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_oep4_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_refused/00004.png b/tests/snapshots/flex/test_sign_oep4_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_oep4_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_refused/00005.png b/tests/snapshots/flex/test_sign_oep4_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_oep4_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_refused/00006.png b/tests/snapshots/flex/test_sign_oep4_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_oep4_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00000.png index 2998ed8..4bedc7e 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00001.png index c096de3..bdf3014 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00003.png index b7a18e9..c4e4408 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_oep4_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_long_msg/00000.png b/tests/snapshots/flex/test_sign_personal_msg_long_msg/00000.png index 09563bb..4c97051 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_long_msg/00000.png and b/tests/snapshots/flex/test_sign_personal_msg_long_msg/00000.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_long_msg/00001.png b/tests/snapshots/flex/test_sign_personal_msg_long_msg/00001.png index d52cd7c..df0c5a1 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_long_msg/00001.png and b/tests/snapshots/flex/test_sign_personal_msg_long_msg/00001.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_long_msg/00002.png b/tests/snapshots/flex/test_sign_personal_msg_long_msg/00002.png index 47bbb0c..5b319e6 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_long_msg/00002.png and b/tests/snapshots/flex/test_sign_personal_msg_long_msg/00002.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_long_msg/00003.png b/tests/snapshots/flex/test_sign_personal_msg_long_msg/00003.png index f2579f7..a38bbdb 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_long_msg/00003.png and b/tests/snapshots/flex/test_sign_personal_msg_long_msg/00003.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_long_msg/00004.png b/tests/snapshots/flex/test_sign_personal_msg_long_msg/00004.png index 8b981d4..f8e68c8 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_long_msg/00004.png and b/tests/snapshots/flex/test_sign_personal_msg_long_msg/00004.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_long_msg/00005.png b/tests/snapshots/flex/test_sign_personal_msg_long_msg/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_long_msg/00005.png and b/tests/snapshots/flex/test_sign_personal_msg_long_msg/00005.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_refused/00000.png b/tests/snapshots/flex/test_sign_personal_msg_refused/00000.png index 44f3385..aeed92b 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_refused/00000.png and b/tests/snapshots/flex/test_sign_personal_msg_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_refused/00001.png b/tests/snapshots/flex/test_sign_personal_msg_refused/00001.png index 9a9e715..61e750f 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_refused/00001.png and b/tests/snapshots/flex/test_sign_personal_msg_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_refused/00002.png b/tests/snapshots/flex/test_sign_personal_msg_refused/00002.png index 5fa7a5f..0f5e6c1 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_refused/00002.png and b/tests/snapshots/flex/test_sign_personal_msg_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_refused/00003.png b/tests/snapshots/flex/test_sign_personal_msg_refused/00003.png index 2b40ba7..19e8366 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_refused/00003.png and b/tests/snapshots/flex/test_sign_personal_msg_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_refused/00004.png b/tests/snapshots/flex/test_sign_personal_msg_refused/00004.png index 2d8bbe3..40eeaba 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_refused/00004.png and b/tests/snapshots/flex/test_sign_personal_msg_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_refused/00005.png b/tests/snapshots/flex/test_sign_personal_msg_refused/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_refused/00005.png and b/tests/snapshots/flex/test_sign_personal_msg_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_short_msg/00000.png b/tests/snapshots/flex/test_sign_personal_msg_short_msg/00000.png index 44f3385..aeed92b 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_short_msg/00000.png and b/tests/snapshots/flex/test_sign_personal_msg_short_msg/00000.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_short_msg/00001.png b/tests/snapshots/flex/test_sign_personal_msg_short_msg/00001.png index cfa2106..fa5b8d3 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_short_msg/00001.png and b/tests/snapshots/flex/test_sign_personal_msg_short_msg/00001.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_short_msg/00002.png b/tests/snapshots/flex/test_sign_personal_msg_short_msg/00002.png index 5fa7a5f..0f5e6c1 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_short_msg/00002.png and b/tests/snapshots/flex/test_sign_personal_msg_short_msg/00002.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_short_msg/00003.png b/tests/snapshots/flex/test_sign_personal_msg_short_msg/00003.png index 8b981d4..f8e68c8 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_short_msg/00003.png and b/tests/snapshots/flex/test_sign_personal_msg_short_msg/00003.png differ diff --git a/tests/snapshots/flex/test_sign_personal_msg_short_msg/00004.png b/tests/snapshots/flex/test_sign_personal_msg_short_msg/00004.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_personal_msg_short_msg/00004.png and b/tests/snapshots/flex/test_sign_personal_msg_short_msg/00004.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00000.png b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00000.png index 78ac45a..be6c88f 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00001.png b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00001.png index fb6c7a2..d2075a0 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00002.png b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00002.png index 47bbb0c..5b319e6 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00003.png b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00003.png index 04da629..ebe9809 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00004.png b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00005.png b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00006.png b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_quit_node_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00000.png index 78ac45a..be6c88f 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00001.png index fb6c7a2..d2075a0 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00002.png index 47bbb0c..5b319e6 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00003.png index 04da629..ebe9809 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_quit_node_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00000.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00000.png index 9fcb81d..f6c4776 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00001.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00001.png index 086af19..736d841 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00002.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00003.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00003.png index 00c8f4d..b81a4a6 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00004.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00005.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00006.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00000.png index 9fcb81d..f6c4776 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00001.png index 086af19..736d841 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00003.png index 00c8f4d..b81a4a6 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_reduce_init_pos_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00000.png b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00000.png index b819359..a80dae5 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00001.png b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00001.png index 648aa10..84b16ec 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00002.png b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00002.png index e50f05c..4c52d61 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00003.png b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00003.png index df4ef3c..a28005b 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00004.png b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00005.png b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00006.png b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00000.png index b819359..a80dae5 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00001.png index 648aa10..84b16ec 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00002.png index e50f05c..4c52d61 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00003.png index df4ef3c..a28005b 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_register_candidate_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00000.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00000.png index 854d3ed..5e6a52d 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00001.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00001.png index 19c90bc..a7d327a 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00002.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00002.png index c6ceff3..fc1a50e 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00003.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00003.png index 1b10af3..21a7204 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00004.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00005.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00006.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00000.png index 854d3ed..5e6a52d 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00001.png index 19c90bc..a7d327a 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00002.png index c6ceff3..fc1a50e 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00003.png index 1b10af3..21a7204 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_set_fee_percentage_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_tx_refused/00000.png b/tests/snapshots/flex/test_sign_tx_refused/00000.png index 2998ed8..4bedc7e 100644 Binary files a/tests/snapshots/flex/test_sign_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_tx_refused/00001.png b/tests/snapshots/flex/test_sign_tx_refused/00001.png index e65f58d..03ab6ea 100644 Binary files a/tests/snapshots/flex/test_sign_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_tx_refused/00002.png b/tests/snapshots/flex/test_sign_tx_refused/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_tx_refused/00003.png b/tests/snapshots/flex/test_sign_tx_refused/00003.png index b7a18e9..c4e4408 100644 Binary files a/tests/snapshots/flex/test_sign_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_tx_refused/00004.png b/tests/snapshots/flex/test_sign_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_tx_refused/00005.png b/tests/snapshots/flex/test_sign_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_tx_refused/00006.png b/tests/snapshots/flex/test_sign_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_tx_short_tx/00000.png index 2998ed8..4bedc7e 100644 Binary files a/tests/snapshots/flex/test_sign_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_tx_short_tx/00001.png index 0a603f5..7b925fa 100644 Binary files a/tests/snapshots/flex/test_sign_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_tx_short_tx/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_tx_short_tx/00003.png index b7a18e9..c4e4408 100644 Binary files a/tests/snapshots/flex/test_sign_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00000.png b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00000.png index 39eb0aa..7918e6f 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00000.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00001.png b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00001.png index 817b6b2..49d3c55 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00001.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00002.png b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00002.png index 7d2f725..7bef641 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00002.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00003.png b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00003.png index 8230312..438db4d 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00003.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00004.png b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00004.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00005.png b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00005.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00006.png b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00006.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00000.png b/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00000.png index 39eb0aa..7918e6f 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00000.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00001.png b/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00001.png index 817b6b2..49d3c55 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00001.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00002.png b/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00002.png index 7d2f725..7bef641 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00002.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00003.png b/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00003.png index 8230312..438db4d 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00003.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00004.png b/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00004.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00005.png b/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00005.png and b/tests/snapshots/flex/test_sign_tx_transfer_from_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00000.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00000.png index ca4b63b..c4e46b1 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00001.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00001.png index 3f7e792..4320151 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00002.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00003.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00003.png index 23a6964..2225cff 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00004.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00004.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00005.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00005.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00006.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00006.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00000.png index ca4b63b..c4e46b1 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00001.png index 3f7e792..4320151 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00002.png index 8f18bfe..9cc4383 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00003.png index 23a6964..2225cff 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00004.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00005.png b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00005.png and b/tests/snapshots/flex/test_sign_un_authorize_for_peer_tx_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00000.png b/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00000.png index 7df9026..543735f 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00000.png and b/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00001.png b/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00001.png index 6e4fbe0..c288d70 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00001.png and b/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00002.png b/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00002.png index 980fb1a..9043e3e 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00002.png and b/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00003.png b/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00003.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00003.png and b/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00004.png b/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00004.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00004.png and b/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00005.png b/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00005.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00005.png and b/tests/snapshots/flex/test_sign_withdraw_fee_tx_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00000.png b/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00000.png index 7df9026..543735f 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00000.png and b/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00001.png b/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00001.png index 6e4fbe0..c288d70 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00001.png and b/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00002.png b/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00002.png index 980fb1a..9043e3e 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00002.png and b/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00003.png b/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00003.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00003.png and b/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00004.png b/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00004.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00004.png and b/tests/snapshots/flex/test_sign_withdraw_fee_tx_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_refused/00000.png b/tests/snapshots/flex/test_sign_withdraw_refused/00000.png index d89790a..dd2d8b3 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_refused/00000.png and b/tests/snapshots/flex/test_sign_withdraw_refused/00000.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_refused/00001.png b/tests/snapshots/flex/test_sign_withdraw_refused/00001.png index fb55a3a..4acd676 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_refused/00001.png and b/tests/snapshots/flex/test_sign_withdraw_refused/00001.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_refused/00002.png b/tests/snapshots/flex/test_sign_withdraw_refused/00002.png index 4df7165..2bedeb5 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_refused/00002.png and b/tests/snapshots/flex/test_sign_withdraw_refused/00002.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_refused/00003.png b/tests/snapshots/flex/test_sign_withdraw_refused/00003.png index c44c01a..1b3fd79 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_refused/00003.png and b/tests/snapshots/flex/test_sign_withdraw_refused/00003.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_refused/00004.png b/tests/snapshots/flex/test_sign_withdraw_refused/00004.png index fdab20e..8b3316a 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_refused/00004.png and b/tests/snapshots/flex/test_sign_withdraw_refused/00004.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_refused/00005.png b/tests/snapshots/flex/test_sign_withdraw_refused/00005.png index 6a11e11..315d354 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_refused/00005.png and b/tests/snapshots/flex/test_sign_withdraw_refused/00005.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_refused/00006.png b/tests/snapshots/flex/test_sign_withdraw_refused/00006.png index 6bbdf2f..7de911d 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_refused/00006.png and b/tests/snapshots/flex/test_sign_withdraw_refused/00006.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_refused/00007.png b/tests/snapshots/flex/test_sign_withdraw_refused/00007.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_refused/00007.png and b/tests/snapshots/flex/test_sign_withdraw_refused/00007.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_short_tx/00000.png b/tests/snapshots/flex/test_sign_withdraw_short_tx/00000.png index d89790a..dd2d8b3 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_short_tx/00000.png and b/tests/snapshots/flex/test_sign_withdraw_short_tx/00000.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_short_tx/00001.png b/tests/snapshots/flex/test_sign_withdraw_short_tx/00001.png index 0a90be3..f96e08c 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_short_tx/00001.png and b/tests/snapshots/flex/test_sign_withdraw_short_tx/00001.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_short_tx/00002.png b/tests/snapshots/flex/test_sign_withdraw_short_tx/00002.png index cc98de3..1e4e6c8 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_short_tx/00002.png and b/tests/snapshots/flex/test_sign_withdraw_short_tx/00002.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_short_tx/00003.png b/tests/snapshots/flex/test_sign_withdraw_short_tx/00003.png index da307a1..ad911d0 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_short_tx/00003.png and b/tests/snapshots/flex/test_sign_withdraw_short_tx/00003.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_short_tx/00004.png b/tests/snapshots/flex/test_sign_withdraw_short_tx/00004.png index fdab20e..8b3316a 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_short_tx/00004.png and b/tests/snapshots/flex/test_sign_withdraw_short_tx/00004.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_short_tx/00005.png b/tests/snapshots/flex/test_sign_withdraw_short_tx/00005.png index be51a9d..435aa78 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_short_tx/00005.png and b/tests/snapshots/flex/test_sign_withdraw_short_tx/00005.png differ diff --git a/tests/snapshots/flex/test_sign_withdraw_short_tx/00006.png b/tests/snapshots/flex/test_sign_withdraw_short_tx/00006.png index d1410eb..7175448 100644 Binary files a/tests/snapshots/flex/test_sign_withdraw_short_tx/00006.png and b/tests/snapshots/flex/test_sign_withdraw_short_tx/00006.png differ diff --git a/tests/snapshots/stax/test_get_public_key_confirm_accepted/00002.png b/tests/snapshots/stax/test_get_public_key_confirm_accepted/00002.png index 7a49478..ef04425 100644 Binary files a/tests/snapshots/stax/test_get_public_key_confirm_accepted/00002.png and b/tests/snapshots/stax/test_get_public_key_confirm_accepted/00002.png differ diff --git a/tests/snapshots/stax/test_multi_transfer_sign_tx_short_tx/00032.png b/tests/snapshots/stax/test_multi_transfer_sign_tx_short_tx/00032.png index 573f31f..7ab2cfa 100644 Binary files a/tests/snapshots/stax/test_multi_transfer_sign_tx_short_tx/00032.png and b/tests/snapshots/stax/test_multi_transfer_sign_tx_short_tx/00032.png differ diff --git a/tests/snapshots/stax/test_multi_transfer_sign_tx_short_tx/00033.png b/tests/snapshots/stax/test_multi_transfer_sign_tx_short_tx/00033.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_multi_transfer_sign_tx_short_tx/00033.png and b/tests/snapshots/stax/test_multi_transfer_sign_tx_short_tx/00033.png differ diff --git a/tests/snapshots/stax/test_multi_transfer_sign_tx_short_tx_refused/00004.png b/tests/snapshots/stax/test_multi_transfer_sign_tx_short_tx_refused/00004.png index a6695c4..45cb2ba 100644 Binary files a/tests/snapshots/stax/test_multi_transfer_sign_tx_short_tx_refused/00004.png and b/tests/snapshots/stax/test_multi_transfer_sign_tx_short_tx_refused/00004.png differ diff --git a/tests/snapshots/stax/test_sign_add_init_pos_tx_refused/00003.png b/tests/snapshots/stax/test_sign_add_init_pos_tx_refused/00003.png index fb8de5e..83cae8c 100644 Binary files a/tests/snapshots/stax/test_sign_add_init_pos_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_add_init_pos_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_add_init_pos_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_add_init_pos_tx_short_tx/00003.png index fb8de5e..83cae8c 100644 Binary files a/tests/snapshots/stax/test_sign_add_init_pos_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_add_init_pos_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_add_init_pos_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_add_init_pos_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_add_init_pos_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_add_init_pos_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_approve_tx_refused/00003.png b/tests/snapshots/stax/test_sign_approve_tx_refused/00003.png index 0fb9989..a4aa7c6 100644 Binary files a/tests/snapshots/stax/test_sign_approve_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_approve_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_approve_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_approve_tx_short_tx/00003.png index 0fb9989..a4aa7c6 100644 Binary files a/tests/snapshots/stax/test_sign_approve_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_approve_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_approve_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_approve_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_approve_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_approve_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_authorize_for_peer_tx_refused/00003.png b/tests/snapshots/stax/test_sign_authorize_for_peer_tx_refused/00003.png index f71478c..b3d2d62 100644 Binary files a/tests/snapshots/stax/test_sign_authorize_for_peer_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_authorize_for_peer_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_authorize_for_peer_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_authorize_for_peer_tx_short_tx/00003.png index f71478c..b3d2d62 100644 Binary files a/tests/snapshots/stax/test_sign_authorize_for_peer_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_authorize_for_peer_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_authorize_for_peer_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_authorize_for_peer_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_authorize_for_peer_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_authorize_for_peer_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_change_max_authorization_tx_refused/00003.png b/tests/snapshots/stax/test_sign_change_max_authorization_tx_refused/00003.png index 1460056..d51156d 100644 Binary files a/tests/snapshots/stax/test_sign_change_max_authorization_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_change_max_authorization_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_change_max_authorization_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_change_max_authorization_tx_short_tx/00003.png index 1460056..d51156d 100644 Binary files a/tests/snapshots/stax/test_sign_change_max_authorization_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_change_max_authorization_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_change_max_authorization_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_change_max_authorization_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_change_max_authorization_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_change_max_authorization_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_oep4_neo_vm_approve_tx_refused/00003.png b/tests/snapshots/stax/test_sign_oep4_neo_vm_approve_tx_refused/00003.png index 0fb9989..a4aa7c6 100644 Binary files a/tests/snapshots/stax/test_sign_oep4_neo_vm_approve_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_oep4_neo_vm_approve_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_oep4_neo_vm_approve_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_oep4_neo_vm_approve_tx_short_tx/00003.png index 0fb9989..a4aa7c6 100644 Binary files a/tests/snapshots/stax/test_sign_oep4_neo_vm_approve_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_oep4_neo_vm_approve_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_oep4_neo_vm_approve_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_oep4_neo_vm_approve_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_oep4_neo_vm_approve_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_oep4_neo_vm_approve_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_oep4_neo_vm_transfer_from_tx_refused/00003.png b/tests/snapshots/stax/test_sign_oep4_neo_vm_transfer_from_tx_refused/00003.png index 8e98d28..11843c7 100644 Binary files a/tests/snapshots/stax/test_sign_oep4_neo_vm_transfer_from_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_oep4_neo_vm_transfer_from_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00003.png index 8e98d28..11843c7 100644 Binary files a/tests/snapshots/stax/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_oep4_neo_vm_transfer_from_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_oep4_neovm_tx_refused/00003.png b/tests/snapshots/stax/test_sign_oep4_neovm_tx_refused/00003.png index 614cb6b..f6d981f 100644 Binary files a/tests/snapshots/stax/test_sign_oep4_neovm_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_oep4_neovm_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_oep4_neovm_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_oep4_neovm_tx_short_tx/00003.png index 614cb6b..f6d981f 100644 Binary files a/tests/snapshots/stax/test_sign_oep4_neovm_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_oep4_neovm_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_oep4_neovm_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_oep4_neovm_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_oep4_neovm_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_oep4_neovm_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_oep4_tx_refused/00003.png b/tests/snapshots/stax/test_sign_oep4_tx_refused/00003.png index 614cb6b..f6d981f 100644 Binary files a/tests/snapshots/stax/test_sign_oep4_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_oep4_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_oep4_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_oep4_tx_short_tx/00003.png index 614cb6b..f6d981f 100644 Binary files a/tests/snapshots/stax/test_sign_oep4_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_oep4_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_oep4_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_oep4_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_oep4_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_oep4_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_personal_msg_long_msg/00003.png b/tests/snapshots/stax/test_sign_personal_msg_long_msg/00003.png index 4125d5a..9eaae44 100644 Binary files a/tests/snapshots/stax/test_sign_personal_msg_long_msg/00003.png and b/tests/snapshots/stax/test_sign_personal_msg_long_msg/00003.png differ diff --git a/tests/snapshots/stax/test_sign_personal_msg_long_msg/00004.png b/tests/snapshots/stax/test_sign_personal_msg_long_msg/00004.png index cfee3ae..650a6f3 100644 Binary files a/tests/snapshots/stax/test_sign_personal_msg_long_msg/00004.png and b/tests/snapshots/stax/test_sign_personal_msg_long_msg/00004.png differ diff --git a/tests/snapshots/stax/test_sign_personal_msg_refused/00002.png b/tests/snapshots/stax/test_sign_personal_msg_refused/00002.png index 93a5556..f4e7568 100644 Binary files a/tests/snapshots/stax/test_sign_personal_msg_refused/00002.png and b/tests/snapshots/stax/test_sign_personal_msg_refused/00002.png differ diff --git a/tests/snapshots/stax/test_sign_personal_msg_short_msg/00002.png b/tests/snapshots/stax/test_sign_personal_msg_short_msg/00002.png index 93a5556..f4e7568 100644 Binary files a/tests/snapshots/stax/test_sign_personal_msg_short_msg/00002.png and b/tests/snapshots/stax/test_sign_personal_msg_short_msg/00002.png differ diff --git a/tests/snapshots/stax/test_sign_personal_msg_short_msg/00003.png b/tests/snapshots/stax/test_sign_personal_msg_short_msg/00003.png index cfee3ae..650a6f3 100644 Binary files a/tests/snapshots/stax/test_sign_personal_msg_short_msg/00003.png and b/tests/snapshots/stax/test_sign_personal_msg_short_msg/00003.png differ diff --git a/tests/snapshots/stax/test_sign_quit_node_tx_refused/00003.png b/tests/snapshots/stax/test_sign_quit_node_tx_refused/00003.png index 668d034..e414881 100644 Binary files a/tests/snapshots/stax/test_sign_quit_node_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_quit_node_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_quit_node_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_quit_node_tx_short_tx/00003.png index 668d034..e414881 100644 Binary files a/tests/snapshots/stax/test_sign_quit_node_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_quit_node_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_quit_node_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_quit_node_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_quit_node_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_quit_node_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_reduce_init_pos_tx_refused/00003.png b/tests/snapshots/stax/test_sign_reduce_init_pos_tx_refused/00003.png index 4e70ff1..d0b6074 100644 Binary files a/tests/snapshots/stax/test_sign_reduce_init_pos_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_reduce_init_pos_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_reduce_init_pos_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_reduce_init_pos_tx_short_tx/00003.png index 4e70ff1..d0b6074 100644 Binary files a/tests/snapshots/stax/test_sign_reduce_init_pos_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_reduce_init_pos_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_reduce_init_pos_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_reduce_init_pos_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_reduce_init_pos_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_reduce_init_pos_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_register_candidate_tx_refused/00003.png b/tests/snapshots/stax/test_sign_register_candidate_tx_refused/00003.png index 2788f2a..e1fb205 100644 Binary files a/tests/snapshots/stax/test_sign_register_candidate_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_register_candidate_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_register_candidate_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_register_candidate_tx_short_tx/00003.png index 2788f2a..e1fb205 100644 Binary files a/tests/snapshots/stax/test_sign_register_candidate_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_register_candidate_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_register_candidate_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_register_candidate_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_register_candidate_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_register_candidate_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_set_fee_percentage_tx_refused/00003.png b/tests/snapshots/stax/test_sign_set_fee_percentage_tx_refused/00003.png index 27b7d7a..2e40b13 100644 Binary files a/tests/snapshots/stax/test_sign_set_fee_percentage_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_set_fee_percentage_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_set_fee_percentage_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_set_fee_percentage_tx_short_tx/00003.png index 27b7d7a..2e40b13 100644 Binary files a/tests/snapshots/stax/test_sign_set_fee_percentage_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_set_fee_percentage_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_set_fee_percentage_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_set_fee_percentage_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_set_fee_percentage_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_set_fee_percentage_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_tx_refused/00003.png b/tests/snapshots/stax/test_sign_tx_refused/00003.png index 614cb6b..f6d981f 100644 Binary files a/tests/snapshots/stax/test_sign_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_tx_short_tx/00003.png index 614cb6b..f6d981f 100644 Binary files a/tests/snapshots/stax/test_sign_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_tx_transfer_from_refused/00003.png b/tests/snapshots/stax/test_sign_tx_transfer_from_refused/00003.png index 8e98d28..11843c7 100644 Binary files a/tests/snapshots/stax/test_sign_tx_transfer_from_refused/00003.png and b/tests/snapshots/stax/test_sign_tx_transfer_from_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_tx_transfer_from_short_tx/00003.png b/tests/snapshots/stax/test_sign_tx_transfer_from_short_tx/00003.png index 8e98d28..11843c7 100644 Binary files a/tests/snapshots/stax/test_sign_tx_transfer_from_short_tx/00003.png and b/tests/snapshots/stax/test_sign_tx_transfer_from_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_tx_transfer_from_short_tx/00004.png b/tests/snapshots/stax/test_sign_tx_transfer_from_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_tx_transfer_from_short_tx/00004.png and b/tests/snapshots/stax/test_sign_tx_transfer_from_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_un_authorize_for_peer_tx_refused/00003.png b/tests/snapshots/stax/test_sign_un_authorize_for_peer_tx_refused/00003.png index 4f4b7f4..3e716ee 100644 Binary files a/tests/snapshots/stax/test_sign_un_authorize_for_peer_tx_refused/00003.png and b/tests/snapshots/stax/test_sign_un_authorize_for_peer_tx_refused/00003.png differ diff --git a/tests/snapshots/stax/test_sign_un_authorize_for_peer_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_un_authorize_for_peer_tx_short_tx/00003.png index 4f4b7f4..3e716ee 100644 Binary files a/tests/snapshots/stax/test_sign_un_authorize_for_peer_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_un_authorize_for_peer_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_un_authorize_for_peer_tx_short_tx/00004.png b/tests/snapshots/stax/test_sign_un_authorize_for_peer_tx_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_un_authorize_for_peer_tx_short_tx/00004.png and b/tests/snapshots/stax/test_sign_un_authorize_for_peer_tx_short_tx/00004.png differ diff --git a/tests/snapshots/stax/test_sign_withdraw_fee_tx_refused/00002.png b/tests/snapshots/stax/test_sign_withdraw_fee_tx_refused/00002.png index 31eb29f..3de09ef 100644 Binary files a/tests/snapshots/stax/test_sign_withdraw_fee_tx_refused/00002.png and b/tests/snapshots/stax/test_sign_withdraw_fee_tx_refused/00002.png differ diff --git a/tests/snapshots/stax/test_sign_withdraw_fee_tx_short_tx/00002.png b/tests/snapshots/stax/test_sign_withdraw_fee_tx_short_tx/00002.png index 31eb29f..3de09ef 100644 Binary files a/tests/snapshots/stax/test_sign_withdraw_fee_tx_short_tx/00002.png and b/tests/snapshots/stax/test_sign_withdraw_fee_tx_short_tx/00002.png differ diff --git a/tests/snapshots/stax/test_sign_withdraw_fee_tx_short_tx/00003.png b/tests/snapshots/stax/test_sign_withdraw_fee_tx_short_tx/00003.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_withdraw_fee_tx_short_tx/00003.png and b/tests/snapshots/stax/test_sign_withdraw_fee_tx_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_withdraw_refused/00004.png b/tests/snapshots/stax/test_sign_withdraw_refused/00004.png index 2ac67c8..090aaf4 100644 Binary files a/tests/snapshots/stax/test_sign_withdraw_refused/00004.png and b/tests/snapshots/stax/test_sign_withdraw_refused/00004.png differ diff --git a/tests/snapshots/stax/test_sign_withdraw_short_tx/00003.png b/tests/snapshots/stax/test_sign_withdraw_short_tx/00003.png index c51d630..f1f310f 100644 Binary files a/tests/snapshots/stax/test_sign_withdraw_short_tx/00003.png and b/tests/snapshots/stax/test_sign_withdraw_short_tx/00003.png differ diff --git a/tests/snapshots/stax/test_sign_withdraw_short_tx/00004.png b/tests/snapshots/stax/test_sign_withdraw_short_tx/00004.png index 392165d..ceda6a8 100644 Binary files a/tests/snapshots/stax/test_sign_withdraw_short_tx/00004.png and b/tests/snapshots/stax/test_sign_withdraw_short_tx/00004.png differ diff --git a/tests/test_name_version.py b/tests/test_name_version.py index 549b535..d35f383 100644 --- a/tests/test_name_version.py +++ b/tests/test_name_version.py @@ -15,4 +15,4 @@ def test_get_app_and_version(backend: BackendInterface) -> None: app_name, version = unpack_get_app_and_version_response(response.data) assert app_name == "ONT" - assert version == "2.0.0" + assert version == "2.0.1"