-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #276 from trilitech/palmer@functori@limit-number-o…
…f-screens-displayed-for-review Limit the number of screens displayed for signing review for Nano
- Loading branch information
Showing
955 changed files
with
1,007 additions
and
114 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/* Tezos Ledger application - Tezos-specific formatting function set | ||
Copyright 2024 Functori <[email protected]> | ||
With code excerpts from: | ||
- Legacy Tezos app, Copyright 2019 Obsidian Systems | ||
- Ledger Blue sample apps, Copyright 2016 Ledger | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. */ | ||
|
||
#include <format.h> | ||
|
||
#include "format.h" | ||
|
||
bool | ||
tz_mutez_to_string(char *obuf, size_t olen, uint64_t amount) | ||
{ | ||
if (!format_fpu64_trimmed(obuf, olen, amount, 6 /*DECIMALS*/)) { | ||
memset(obuf, '\0', olen); | ||
return false; | ||
} | ||
|
||
strlcat(obuf, " XTZ", olen); | ||
return true; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
/* Tezos Ledger application - Tezos-specific formatting function set | ||
Copyright 2024 Functori <[email protected]> | ||
With code excerpts from: | ||
- Legacy Tezos app, Copyright 2019 Obsidian Systems | ||
- Ledger Blue sample apps, Copyright 2016 Ledger | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. */ | ||
|
||
#include <stdbool.h> | ||
#include <stdint.h> | ||
#include <string.h> | ||
|
||
bool tz_mutez_to_string(char *obuf, size_t olen, uint64_t amount); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+320 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/accept/00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+369 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/accept/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+343 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/accept/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+469 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/accept/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+481 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/accept/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+341 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/accept/00005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+404 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/accept/00006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+320 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/reject/00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+369 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/reject/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+343 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/reject/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+469 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/reject/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+481 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/reject/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+341 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/reject/00005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+404 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/reject/00006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+341 Bytes
tests/integration/nano/snapshots/nanos/test_blindsign/basic/reject/00007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+376 Bytes
...ion/nano/snapshots/nanos/test_blindsign/too_large/accept/blindsigning/00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+384 Bytes
...ion/nano/snapshots/nanos/test_blindsign/too_large/accept/blindsigning/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+503 Bytes
...ion/nano/snapshots/nanos/test_blindsign/too_large/accept/blindsigning/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+534 Bytes
...ion/nano/snapshots/nanos/test_blindsign/too_large/accept/blindsigning/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+393 Bytes
...ion/nano/snapshots/nanos/test_blindsign/too_large/accept/blindsigning/00004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+404 Bytes
...ion/nano/snapshots/nanos/test_blindsign/too_large/accept/blindsigning/00005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+479 Bytes
...ano/snapshots/nanos/test_blindsign/too_large/accept/too_large_warning/00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+489 Bytes
...ano/snapshots/nanos/test_blindsign/too_large/accept/too_large_warning/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+447 Bytes
...ano/snapshots/nanos/test_blindsign/too_large/accept/too_large_warning/00002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+373 Bytes
...ano/snapshots/nanos/test_blindsign/too_large/accept/too_large_warning/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+376 Bytes
...ts/nanos/test_blindsign/too_large/reject_at_blindsigning/blindsigning/00000.png
Oops, something went wrong.
Binary file added
BIN
+384 Bytes
...ts/nanos/test_blindsign/too_large/reject_at_blindsigning/blindsigning/00001.png
Oops, something went wrong.
Binary file added
BIN
+503 Bytes
...ts/nanos/test_blindsign/too_large/reject_at_blindsigning/blindsigning/00002.png
Oops, something went wrong.
Binary file added
BIN
+534 Bytes
...ts/nanos/test_blindsign/too_large/reject_at_blindsigning/blindsigning/00003.png
Oops, something went wrong.
Binary file added
BIN
+393 Bytes
...ts/nanos/test_blindsign/too_large/reject_at_blindsigning/blindsigning/00004.png
Oops, something went wrong.
Binary file added
BIN
+404 Bytes
...ts/nanos/test_blindsign/too_large/reject_at_blindsigning/blindsigning/00005.png
Oops, something went wrong.
Binary file added
BIN
+341 Bytes
...ts/nanos/test_blindsign/too_large/reject_at_blindsigning/blindsigning/00006.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
...nos/test_blindsign/too_large/reject_at_blindsigning/too_large_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+489 Bytes
...nos/test_blindsign/too_large/reject_at_blindsigning/too_large_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+447 Bytes
...nos/test_blindsign/too_large/reject_at_blindsigning/too_large_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...nos/test_blindsign/too_large/reject_at_blindsigning/too_large_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
...est_blindsign/too_large/reject_at_too_large_warning/too_large_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+489 Bytes
...est_blindsign/too_large/reject_at_too_large_warning/too_large_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+447 Bytes
...est_blindsign/too_large/reject_at_too_large_warning/too_large_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...est_blindsign/too_large/reject_at_too_large_warning/too_large_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+341 Bytes
...est_blindsign/too_large/reject_at_too_large_warning/too_large_warning/00004.png
Oops, something went wrong.
Binary file added
BIN
+395 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+404 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+288 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00004.png
Oops, something went wrong.
Binary file added
BIN
+359 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00005.png
Oops, something went wrong.
Binary file added
BIN
+509 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00006.png
Oops, something went wrong.
Binary file added
BIN
+486 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00007.png
Oops, something went wrong.
Binary file added
BIN
+503 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00008.png
Oops, something went wrong.
Binary file added
BIN
+367 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00009.png
Oops, something went wrong.
Binary file added
BIN
+427 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00010.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00011.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00012.png
Oops, something went wrong.
Binary file added
BIN
+297 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00013.png
Oops, something went wrong.
Binary file added
BIN
+359 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00014.png
Oops, something went wrong.
Binary file added
BIN
+333 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00015.png
Oops, something went wrong.
Binary file added
BIN
+506 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00016.png
Oops, something went wrong.
Binary file added
BIN
+469 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00017.png
Oops, something went wrong.
Binary file added
BIN
+358 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00018.png
Oops, something went wrong.
Binary file added
BIN
+418 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00019.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00020.png
Oops, something went wrong.
Binary file added
BIN
+552 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00021.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...os/test_sign_too_long_operation/basic/accept/clear_n_too_long_warning/00022.png
Oops, something went wrong.
Binary file added
BIN
+320 Bytes
...ano/snapshots/nanos/test_sign_too_long_operation/basic/accept/summary/00000.png
Oops, something went wrong.
Binary file added
BIN
+369 Bytes
...ano/snapshots/nanos/test_sign_too_long_operation/basic/accept/summary/00001.png
Oops, something went wrong.
Binary file added
BIN
+343 Bytes
...ano/snapshots/nanos/test_sign_too_long_operation/basic/accept/summary/00002.png
Oops, something went wrong.
Binary file added
BIN
+469 Bytes
...ano/snapshots/nanos/test_sign_too_long_operation/basic/accept/summary/00003.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...ano/snapshots/nanos/test_sign_too_long_operation/basic/accept/summary/00004.png
Oops, something went wrong.
Binary file added
BIN
+341 Bytes
...ano/snapshots/nanos/test_sign_too_long_operation/basic/accept/summary/00005.png
Oops, something went wrong.
Binary file added
BIN
+404 Bytes
...ano/snapshots/nanos/test_sign_too_long_operation/basic/accept/summary/00006.png
Oops, something went wrong.
Binary file added
BIN
+395 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+404 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+288 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00004.png
Oops, something went wrong.
Binary file added
BIN
+359 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00005.png
Oops, something went wrong.
Binary file added
BIN
+509 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00006.png
Oops, something went wrong.
Binary file added
BIN
+486 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00007.png
Oops, something went wrong.
Binary file added
BIN
+503 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00008.png
Oops, something went wrong.
Binary file added
BIN
+367 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00009.png
Oops, something went wrong.
Binary file added
BIN
+427 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00010.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00011.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00012.png
Oops, something went wrong.
Binary file added
BIN
+297 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00013.png
Oops, something went wrong.
Binary file added
BIN
+359 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00014.png
Oops, something went wrong.
Binary file added
BIN
+333 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00015.png
Oops, something went wrong.
Binary file added
BIN
+506 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00016.png
Oops, something went wrong.
Binary file added
BIN
+469 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00017.png
Oops, something went wrong.
Binary file added
BIN
+358 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00018.png
Oops, something went wrong.
Binary file added
BIN
+418 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00019.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00020.png
Oops, something went wrong.
Binary file added
BIN
+552 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00021.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...n_too_long_operation/basic/reject_at_summary/clear_n_too_long_warning/00022.png
Oops, something went wrong.
Binary file added
BIN
+320 Bytes
...ts/nanos/test_sign_too_long_operation/basic/reject_at_summary/summary/00000.png
Oops, something went wrong.
Binary file added
BIN
+369 Bytes
...ts/nanos/test_sign_too_long_operation/basic/reject_at_summary/summary/00001.png
Oops, something went wrong.
Binary file added
BIN
+343 Bytes
...ts/nanos/test_sign_too_long_operation/basic/reject_at_summary/summary/00002.png
Oops, something went wrong.
Binary file added
BIN
+469 Bytes
...ts/nanos/test_sign_too_long_operation/basic/reject_at_summary/summary/00003.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...ts/nanos/test_sign_too_long_operation/basic/reject_at_summary/summary/00004.png
Oops, something went wrong.
Binary file added
BIN
+341 Bytes
...ts/nanos/test_sign_too_long_operation/basic/reject_at_summary/summary/00005.png
Oops, something went wrong.
Binary file added
BIN
+404 Bytes
...ts/nanos/test_sign_too_long_operation/basic/reject_at_summary/summary/00006.png
Oops, something went wrong.
Binary file added
BIN
+341 Bytes
...ts/nanos/test_sign_too_long_operation/basic/reject_at_summary/summary/00007.png
Oops, something went wrong.
Binary file added
BIN
+395 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+404 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+288 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00004.png
Oops, something went wrong.
Binary file added
BIN
+359 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00005.png
Oops, something went wrong.
Binary file added
BIN
+509 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00006.png
Oops, something went wrong.
Binary file added
BIN
+486 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00007.png
Oops, something went wrong.
Binary file added
BIN
+503 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00008.png
Oops, something went wrong.
Binary file added
BIN
+367 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00009.png
Oops, something went wrong.
Binary file added
BIN
+427 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00010.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00011.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00012.png
Oops, something went wrong.
Binary file added
BIN
+297 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00013.png
Oops, something went wrong.
Binary file added
BIN
+359 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00014.png
Oops, something went wrong.
Binary file added
BIN
+333 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00015.png
Oops, something went wrong.
Binary file added
BIN
+506 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00016.png
Oops, something went wrong.
Binary file added
BIN
+469 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00017.png
Oops, something went wrong.
Binary file added
BIN
+358 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00018.png
Oops, something went wrong.
Binary file added
BIN
+418 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00019.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00020.png
Oops, something went wrong.
Binary file added
BIN
+552 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00021.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00022.png
Oops, something went wrong.
Binary file added
BIN
+341 Bytes
..._operation/basic/reject_at_too_large_warning/clear_n_too_long_warning/00023.png
Oops, something went wrong.
Binary file added
BIN
+395 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+414 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+290 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00004.png
Oops, something went wrong.
Binary file added
BIN
+355 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00005.png
Oops, something went wrong.
Binary file added
BIN
+341 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00006.png
Oops, something went wrong.
Binary file added
BIN
+497 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00007.png
Oops, something went wrong.
Binary file added
BIN
+497 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00008.png
Oops, something went wrong.
Binary file added
BIN
+427 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00009.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00010.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00011.png
Oops, something went wrong.
Binary file added
BIN
+288 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00012.png
Oops, something went wrong.
Binary file added
BIN
+354 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00013.png
Oops, something went wrong.
Binary file added
BIN
+327 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00014.png
Oops, something went wrong.
Binary file added
BIN
+517 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00015.png
Oops, something went wrong.
Binary file added
BIN
+515 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00016.png
Oops, something went wrong.
Binary file added
BIN
+431 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00017.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00018.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00019.png
Oops, something went wrong.
Binary file added
BIN
+297 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00020.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00021.png
Oops, something went wrong.
Binary file added
BIN
+552 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00022.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...st_sign_too_long_operation/only_transactions/clear_n_too_long_warning/00023.png
Oops, something went wrong.
Binary file added
BIN
+326 Bytes
...napshots/nanos/test_sign_too_long_operation/only_transactions/summary/00000.png
Oops, something went wrong.
Binary file added
BIN
+374 Bytes
...napshots/nanos/test_sign_too_long_operation/only_transactions/summary/00001.png
Oops, something went wrong.
Binary file added
BIN
+353 Bytes
...napshots/nanos/test_sign_too_long_operation/only_transactions/summary/00002.png
Oops, something went wrong.
Binary file added
BIN
+473 Bytes
...napshots/nanos/test_sign_too_long_operation/only_transactions/summary/00003.png
Oops, something went wrong.
Binary file added
BIN
+475 Bytes
...napshots/nanos/test_sign_too_long_operation/only_transactions/summary/00004.png
Oops, something went wrong.
Binary file added
BIN
+322 Bytes
...napshots/nanos/test_sign_too_long_operation/only_transactions/summary/00005.png
Oops, something went wrong.
Binary file added
BIN
+404 Bytes
...napshots/nanos/test_sign_too_long_operation/only_transactions/summary/00006.png
Oops, something went wrong.
Binary file added
BIN
+376 Bytes
...hots/nanos/test_sign_too_long_operation/too_large/accept/blindsigning/00000.png
Oops, something went wrong.
Binary file added
BIN
+384 Bytes
...hots/nanos/test_sign_too_long_operation/too_large/accept/blindsigning/00001.png
Oops, something went wrong.
Binary file added
BIN
+503 Bytes
...hots/nanos/test_sign_too_long_operation/too_large/accept/blindsigning/00002.png
Oops, something went wrong.
Binary file added
BIN
+534 Bytes
...hots/nanos/test_sign_too_long_operation/too_large/accept/blindsigning/00003.png
Oops, something went wrong.
Binary file added
BIN
+393 Bytes
...hots/nanos/test_sign_too_long_operation/too_large/accept/blindsigning/00004.png
Oops, something went wrong.
Binary file added
BIN
+404 Bytes
...hots/nanos/test_sign_too_long_operation/too_large/accept/blindsigning/00005.png
Oops, something went wrong.
Binary file added
BIN
+395 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+474 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+300 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00004.png
Oops, something went wrong.
Binary file added
BIN
+365 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00005.png
Oops, something went wrong.
Binary file added
BIN
+458 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00006.png
Oops, something went wrong.
Binary file added
BIN
+463 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00007.png
Oops, something went wrong.
Binary file added
BIN
+470 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00008.png
Oops, something went wrong.
Binary file added
BIN
+462 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00009.png
Oops, something went wrong.
Binary file added
BIN
+475 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00010.png
Oops, something went wrong.
Binary file added
BIN
+467 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00011.png
Oops, something went wrong.
Binary file added
BIN
+472 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00012.png
Oops, something went wrong.
Binary file added
BIN
+466 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00013.png
Oops, something went wrong.
Binary file added
BIN
+462 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00014.png
Oops, something went wrong.
Binary file added
BIN
+469 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00015.png
Oops, something went wrong.
Binary file added
BIN
+474 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00016.png
Oops, something went wrong.
Binary file added
BIN
+480 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00017.png
Oops, something went wrong.
Binary file added
BIN
+490 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00018.png
Oops, something went wrong.
Binary file added
BIN
+485 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00019.png
Oops, something went wrong.
Binary file added
BIN
+501 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00020.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00021.png
Oops, something went wrong.
Binary file added
BIN
+552 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00022.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...est_sign_too_long_operation/too_large/accept/clear_n_too_long_warning/00023.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
...nanos/test_sign_too_long_operation/too_large/accept/too_large_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+489 Bytes
...nanos/test_sign_too_long_operation/too_large/accept/too_large_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+447 Bytes
...nanos/test_sign_too_long_operation/too_large/accept/too_large_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...nanos/test_sign_too_long_operation/too_large/accept/too_large_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+376 Bytes
...sign_too_long_operation/too_large/reject_at_blindsigning/blindsigning/00000.png
Oops, something went wrong.
Binary file added
BIN
+384 Bytes
...sign_too_long_operation/too_large/reject_at_blindsigning/blindsigning/00001.png
Oops, something went wrong.
Binary file added
BIN
+503 Bytes
...sign_too_long_operation/too_large/reject_at_blindsigning/blindsigning/00002.png
Oops, something went wrong.
Binary file added
BIN
+534 Bytes
...sign_too_long_operation/too_large/reject_at_blindsigning/blindsigning/00003.png
Oops, something went wrong.
Binary file added
BIN
+393 Bytes
...sign_too_long_operation/too_large/reject_at_blindsigning/blindsigning/00004.png
Oops, something went wrong.
Binary file added
BIN
+404 Bytes
...sign_too_long_operation/too_large/reject_at_blindsigning/blindsigning/00005.png
Oops, something went wrong.
Binary file added
BIN
+341 Bytes
...sign_too_long_operation/too_large/reject_at_blindsigning/blindsigning/00006.png
Oops, something went wrong.
Binary file added
BIN
+395 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+474 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+300 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00004.png
Oops, something went wrong.
Binary file added
BIN
+365 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00005.png
Oops, something went wrong.
Binary file added
BIN
+458 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00006.png
Oops, something went wrong.
Binary file added
BIN
+463 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00007.png
Oops, something went wrong.
Binary file added
BIN
+470 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00008.png
Oops, something went wrong.
Binary file added
BIN
+462 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00009.png
Oops, something went wrong.
Binary file added
BIN
+475 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00010.png
Oops, something went wrong.
Binary file added
BIN
+467 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00011.png
Oops, something went wrong.
Binary file added
BIN
+472 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00012.png
Oops, something went wrong.
Binary file added
BIN
+466 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00013.png
Oops, something went wrong.
Binary file added
BIN
+462 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00014.png
Oops, something went wrong.
Binary file added
BIN
+469 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00015.png
Oops, something went wrong.
Binary file added
BIN
+474 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00016.png
Oops, something went wrong.
Binary file added
BIN
+480 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00017.png
Oops, something went wrong.
Binary file added
BIN
+490 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00018.png
Oops, something went wrong.
Binary file added
BIN
+485 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00019.png
Oops, something went wrong.
Binary file added
BIN
+501 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00020.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00021.png
Oops, something went wrong.
Binary file added
BIN
+552 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00022.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...g_operation/too_large/reject_at_blindsigning/clear_n_too_long_warning/00023.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
...too_long_operation/too_large/reject_at_blindsigning/too_large_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+489 Bytes
...too_long_operation/too_large/reject_at_blindsigning/too_large_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+447 Bytes
...too_long_operation/too_large/reject_at_blindsigning/too_large_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...too_long_operation/too_large/reject_at_blindsigning/too_large_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+395 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+474 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+300 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00004.png
Oops, something went wrong.
Binary file added
BIN
+365 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00005.png
Oops, something went wrong.
Binary file added
BIN
+458 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00006.png
Oops, something went wrong.
Binary file added
BIN
+463 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00007.png
Oops, something went wrong.
Binary file added
BIN
+470 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00008.png
Oops, something went wrong.
Binary file added
BIN
+462 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00009.png
Oops, something went wrong.
Binary file added
BIN
+475 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00010.png
Oops, something went wrong.
Binary file added
BIN
+467 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00011.png
Oops, something went wrong.
Binary file added
BIN
+472 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00012.png
Oops, something went wrong.
Binary file added
BIN
+466 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00013.png
Oops, something went wrong.
Binary file added
BIN
+462 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00014.png
Oops, something went wrong.
Binary file added
BIN
+469 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00015.png
Oops, something went wrong.
Binary file added
BIN
+474 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00016.png
Oops, something went wrong.
Binary file added
BIN
+480 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00017.png
Oops, something went wrong.
Binary file added
BIN
+490 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00018.png
Oops, something went wrong.
Binary file added
BIN
+485 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00019.png
Oops, something went wrong.
Binary file added
BIN
+501 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00020.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00021.png
Oops, something went wrong.
Binary file added
BIN
+552 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00022.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...ration/too_large/reject_at_too_large_warning/clear_n_too_long_warning/00023.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
...ong_operation/too_large/reject_at_too_large_warning/too_large_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+489 Bytes
...ong_operation/too_large/reject_at_too_large_warning/too_large_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+447 Bytes
...ong_operation/too_large/reject_at_too_large_warning/too_large_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...ong_operation/too_large/reject_at_too_large_warning/too_large_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+341 Bytes
...ong_operation/too_large/reject_at_too_large_warning/too_large_warning/00004.png
Oops, something went wrong.
Binary file added
BIN
+395 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+474 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+300 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00004.png
Oops, something went wrong.
Binary file added
BIN
+365 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00005.png
Oops, something went wrong.
Binary file added
BIN
+458 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00006.png
Oops, something went wrong.
Binary file added
BIN
+463 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00007.png
Oops, something went wrong.
Binary file added
BIN
+470 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00008.png
Oops, something went wrong.
Binary file added
BIN
+462 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00009.png
Oops, something went wrong.
Binary file added
BIN
+475 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00010.png
Oops, something went wrong.
Binary file added
BIN
+467 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00011.png
Oops, something went wrong.
Binary file added
BIN
+472 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00012.png
Oops, something went wrong.
Binary file added
BIN
+466 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00013.png
Oops, something went wrong.
Binary file added
BIN
+462 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00014.png
Oops, something went wrong.
Binary file added
BIN
+469 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00015.png
Oops, something went wrong.
Binary file added
BIN
+474 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00016.png
Oops, something went wrong.
Binary file added
BIN
+480 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00017.png
Oops, something went wrong.
Binary file added
BIN
+490 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00018.png
Oops, something went wrong.
Binary file added
BIN
+485 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00019.png
Oops, something went wrong.
Binary file added
BIN
+501 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00020.png
Oops, something went wrong.
Binary file added
BIN
+479 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00021.png
Oops, something went wrong.
Binary file added
BIN
+552 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00022.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00023.png
Oops, something went wrong.
Binary file added
BIN
+341 Bytes
...eration/too_large/reject_at_too_long_warning/clear_n_too_long_warning/00024.png
Oops, something went wrong.
Binary file added
BIN
+395 Bytes
...ign_too_long_operation/without_fee_or_amount/clear_n_too_long_warning/00000.png
Oops, something went wrong.
Binary file added
BIN
+425 Bytes
...ign_too_long_operation/without_fee_or_amount/clear_n_too_long_warning/00001.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...ign_too_long_operation/without_fee_or_amount/clear_n_too_long_warning/00002.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...ign_too_long_operation/without_fee_or_amount/clear_n_too_long_warning/00003.png
Oops, something went wrong.
Binary file added
BIN
+298 Bytes
...ign_too_long_operation/without_fee_or_amount/clear_n_too_long_warning/00004.png
Oops, something went wrong.
Binary file added
BIN
+478 Bytes
...ign_too_long_operation/without_fee_or_amount/clear_n_too_long_warning/00005.png
Oops, something went wrong.
Binary file added
BIN
+453 Bytes
...ign_too_long_operation/without_fee_or_amount/clear_n_too_long_warning/00006.png
Oops, something went wrong.
Binary file added
BIN
+505 Bytes
...ign_too_long_operation/without_fee_or_amount/clear_n_too_long_warning/00007.png
Oops, something went wrong.
Binary file added
BIN
+452 Bytes
...ign_too_long_operation/without_fee_or_amount/clear_n_too_long_warning/00008.png
Oops, something went wrong.
Oops, something went wrong.