-
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 #224 from trilitech/palmer@functori@handle-oxford-…
…changes Parser: handle Oxford changes
- Loading branch information
Showing
180 changed files
with
186 additions
and
86 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
FROM ocaml/opam:alpine-3.17-ocaml-4.14 | ||
FROM ocaml/opam:alpine-3.18-ocaml-4.14 | ||
|
||
RUN sudo cp /usr/bin/opam-2.1 /usr/bin/opam; \ | ||
OCTEZ_VERSION=17.1; \ | ||
opam remote add opam https://opam.ocaml.org; \ | ||
RUSTUP_TOOLCHAIN=1.71.1; \ | ||
OCTEZ_VERSION=19.1; \ | ||
OCTEZ_REPO=https://gitlab.com/tezos/tezos.git; \ | ||
OCTEZ_COMMIT=`git ls-remote $OCTEZ_REPO v$OCTEZ_VERSION | cut -f 1`; \ | ||
OCTEZ_URL=$OCTEZ_REPO#$OCTEZ_COMMIT; \ | ||
wget https://sh.rustup.rs/rustup-init.sh; \ | ||
chmod +x rustup-init.sh; \ | ||
./rustup-init.sh --profile minimal --default-toolchain $RUSTUP_TOOLCHAIN -y; \ | ||
source "$HOME/.cargo/env"; \ | ||
opam install \ | ||
tezos-client-017-PtNairob.$OCTEZ_VERSION \ | ||
terminal_size \ | ||
octez-codec.$OCTEZ_VERSION \ | ||
tezos-test-helpers.$OCTEZ_VERSION; \ | ||
opam pin tezos-benchmark.$OCTEZ_VERSION $OCTEZ_URL; \ | ||
octez-protocol-018-Proxford-libs.$OCTEZ_VERSION \ | ||
terminal_size; \ | ||
opam pin tezos-micheline-rewriting.$OCTEZ_VERSION $OCTEZ_URL; \ | ||
opam pin tezos-benchmark-type-inference-017-PtNairob.$OCTEZ_VERSION $OCTEZ_URL; \ | ||
opam pin tezos-017-PtNairob-test-helpers.$OCTEZ_VERSION $OCTEZ_URL; \ | ||
opam pin tezos-benchmark-017-PtNairob.$OCTEZ_VERSION $OCTEZ_URL; \ | ||
opam pin tezos-shell-benchmarks.$OCTEZ_VERSION $OCTEZ_URL; \ | ||
opam pin tezos-benchmarks-proto-017-PtNairob.$OCTEZ_VERSION $OCTEZ_URL; \ | ||
opam pin tezos-benchmark-type-inference-018-Proxford.$OCTEZ_VERSION $OCTEZ_URL; \ | ||
opam pin tezos-benchmark-018-Proxford.$OCTEZ_VERSION $OCTEZ_URL; \ | ||
opam pin tezos-benchmarks-proto-018-Proxford.$OCTEZ_VERSION $OCTEZ_URL; \ | ||
rm -rf opam-repository .opam/download-cache .opam/repo \ | ||
.opam/4.14/.opam-switch/build .opam/4.14/.opam-switch/sources; |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(executable | ||
(name generate) | ||
(libraries "tezos-protocol-017-PtNairob" | ||
"tezos-benchmarks-proto-017-PtNairob")) | ||
(libraries "octez-protocol-018-Proxford-libs.client" | ||
"tezos-benchmarks-proto-018-Proxford")) |
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 modified
BIN
-40 Bytes
(91%)
tests/integration/nano/snapshots/nanos/test_sign_sc_rollup_originate/00030.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+86 Bytes
(120%)
tests/integration/nano/snapshots/nanos/test_sign_sc_rollup_originate/00031.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+111 Bytes
(130%)
tests/integration/nano/snapshots/nanos/test_sign_sc_rollup_originate/00032.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+61 Bytes
(110%)
tests/integration/nano/snapshots/nanos/test_sign_sc_rollup_originate/00033.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+83 Bytes
(120%)
tests/integration/nano/snapshots/nanos/test_sign_sc_rollup_originate/00034.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-52 Bytes
(88%)
tests/integration/nano/snapshots/nanos/test_sign_sc_rollup_originate/00035.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+107 Bytes
(120%)
tests/integration/nano/snapshots/nanos/test_sign_sc_rollup_originate/00036.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+66 Bytes
(120%)
tests/integration/nano/snapshots/nanos/test_sign_sc_rollup_originate/00037.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-55 Bytes
(88%)
tests/integration/nano/snapshots/nanos/test_sign_sc_rollup_originate/00038.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-42 Bytes
(91%)
tests/integration/nano/snapshots/nanos/test_sign_sc_rollup_originate/00039.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 removed
BIN
-453 Bytes
tests/integration/nano/snapshots/nanos/test_sign_sc_rollup_originate/00040.png
Binary file not shown.
Binary file removed
BIN
-337 Bytes
tests/integration/nano/snapshots/nanos/test_sign_sc_rollup_originate/00041.png
Binary file not shown.
Binary file added
BIN
+395 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/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
+446 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/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
+481 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/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
+482 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/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
+311 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/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
+359 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/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
+288 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added
BIN
+385 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+402 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+406 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+377 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+402 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00012.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+394 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00013.png
Oops, something went wrong.
Binary file added
BIN
+418 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00014.png
Oops, something went wrong.
Binary file added
BIN
+410 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00015.png
Oops, something went wrong.
Binary file added
BIN
+414 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00016.png
Oops, something went wrong.
Binary file added
BIN
+424 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00017.png
Oops, something went wrong.
Binary file added
BIN
+391 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00018.png
Oops, something went wrong.
Binary file added
BIN
+411 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00019.png
Oops, something went wrong.
Binary file added
BIN
+382 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00020.png
Oops, something went wrong.
Binary file added
BIN
+423 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00021.png
Oops, something went wrong.
Binary file added
BIN
+400 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00022.png
Oops, something went wrong.
Binary file added
BIN
+417 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00023.png
Oops, something went wrong.
Binary file added
BIN
+440 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00024.png
Oops, something went wrong.
Binary file added
BIN
+420 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00025.png
Oops, something went wrong.
Binary file added
BIN
+424 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00026.png
Oops, something went wrong.
Binary file added
BIN
+411 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00027.png
Oops, something went wrong.
Binary file added
BIN
+397 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00028.png
Oops, something went wrong.
Binary file added
BIN
+499 Bytes
...ation/nano/snapshots/nanos/test_sign_sc_rollup_originate/no_whitelist/00029.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
Binary file added
BIN
+395 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00000.png
Oops, something went wrong.
Binary file added
BIN
+446 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00001.png
Oops, something went wrong.
Binary file added
BIN
+481 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00002.png
Oops, something went wrong.
Binary file added
BIN
+482 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00003.png
Oops, something went wrong.
Binary file added
BIN
+311 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00004.png
Oops, something went wrong.
Binary file added
BIN
+359 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00005.png
Oops, something went wrong.
Binary file added
BIN
+288 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00006.png
Oops, something went wrong.
Binary file added
BIN
+499 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00007.png
Oops, something went wrong.
Binary file added
BIN
+385 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00008.png
Oops, something went wrong.
Binary file added
BIN
+402 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00009.png
Oops, something went wrong.
Binary file added
BIN
+406 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00010.png
Oops, something went wrong.
Binary file added
BIN
+377 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00011.png
Oops, something went wrong.
Binary file added
BIN
+402 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00012.png
Oops, something went wrong.
Binary file added
BIN
+394 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00013.png
Oops, something went wrong.
Binary file added
BIN
+418 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00014.png
Oops, something went wrong.
Binary file added
BIN
+410 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00015.png
Oops, something went wrong.
Binary file added
BIN
+414 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00016.png
Oops, something went wrong.
Binary file added
BIN
+424 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00017.png
Oops, something went wrong.
Binary file added
BIN
+391 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00018.png
Oops, something went wrong.
Binary file added
BIN
+411 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00019.png
Oops, something went wrong.
Binary file added
BIN
+382 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00020.png
Oops, something went wrong.
Binary file added
BIN
+423 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00021.png
Oops, something went wrong.
Binary file added
BIN
+400 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00022.png
Oops, something went wrong.
Binary file added
BIN
+417 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00023.png
Oops, something went wrong.
Binary file added
BIN
+440 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00024.png
Oops, something went wrong.
Binary file added
BIN
+420 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00025.png
Oops, something went wrong.
Binary file added
BIN
+424 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00026.png
Oops, something went wrong.
Binary file added
BIN
+411 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00027.png
Oops, something went wrong.
Binary file added
BIN
+397 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00028.png
Oops, something went wrong.
Binary file added
BIN
+499 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00029.png
Oops, something went wrong.
Binary file added
BIN
+386 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00030.png
Oops, something went wrong.
Binary file added
BIN
+536 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00031.png
Oops, something went wrong.
Binary file added
BIN
+538 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00032.png
Oops, something went wrong.
Binary file added
BIN
+518 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00033.png
Oops, something went wrong.
Binary file added
BIN
+539 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00034.png
Oops, something went wrong.
Binary file added
BIN
+388 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00035.png
Oops, something went wrong.
Binary file added
BIN
+544 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00036.png
Oops, something went wrong.
Binary file added
BIN
+503 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00037.png
Oops, something went wrong.
Binary file added
BIN
+400 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00038.png
Oops, something went wrong.
Binary file added
BIN
+404 Bytes
...ion/nano/snapshots/nanos/test_sign_sc_rollup_originate/with_whitelist/00039.png
Oops, something went wrong.
Binary file modified
BIN
-594 Bytes
(41%)
tests/integration/nano/snapshots/nanosp/test_sign_sc_rollup_originate/00014.png
Oops, something went wrong.
Binary file modified
BIN
-236 Bytes
(77%)
tests/integration/nano/snapshots/nanosp/test_sign_sc_rollup_originate/00015.png
Oops, something went wrong.
Binary file modified
BIN
-98 Bytes
(90%)
tests/integration/nano/snapshots/nanosp/test_sign_sc_rollup_originate/00016.png
Oops, something went wrong.
Binary file modified
BIN
+286 Bytes
(150%)
tests/integration/nano/snapshots/nanosp/test_sign_sc_rollup_originate/00017.png
Oops, something went wrong.
Binary file modified
BIN
+46 Bytes
(110%)
tests/integration/nano/snapshots/nanosp/test_sign_sc_rollup_originate/00018.png
Oops, something went wrong.
Binary file added
BIN
+463 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00000.png
Oops, something went wrong.
Binary file added
BIN
+485 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00001.png
Oops, something went wrong.
Binary file added
BIN
+728 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00002.png
Oops, something went wrong.
Binary file added
BIN
+330 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00003.png
Oops, something went wrong.
Binary file added
BIN
+387 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00004.png
Oops, something went wrong.
Binary file added
BIN
+316 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00005.png
Oops, something went wrong.
Binary file added
BIN
+542 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00006.png
Oops, something went wrong.
Binary file added
BIN
+805 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00007.png
Oops, something went wrong.
Binary file added
BIN
+838 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00008.png
Oops, something went wrong.
Binary file added
BIN
+845 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00009.png
Oops, something went wrong.
Binary file added
BIN
+847 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00010.png
Oops, something went wrong.
Binary file added
BIN
+923 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00011.png
Oops, something went wrong.
Binary file added
BIN
+424 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00012.png
Oops, something went wrong.
Binary file added
BIN
+542 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00013.png
Oops, something went wrong.
Binary file added
BIN
+413 Bytes
...tion/nano/snapshots/nanosp/test_sign_sc_rollup_originate/no_whitelist/00014.png
Oops, something went wrong.
File renamed without changes
Binary file added
BIN
+463 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00000.png
Oops, something went wrong.
Binary file added
BIN
+485 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00001.png
Oops, something went wrong.
Binary file added
BIN
+728 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00002.png
Oops, something went wrong.
Binary file added
BIN
+330 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00003.png
Oops, something went wrong.
Binary file added
BIN
+387 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00004.png
Oops, something went wrong.
Binary file added
BIN
+316 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00005.png
Oops, something went wrong.
Binary file added
BIN
+542 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00006.png
Oops, something went wrong.
Binary file added
BIN
+805 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00007.png
Oops, something went wrong.
Binary file added
BIN
+838 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00008.png
Oops, something went wrong.
Binary file added
BIN
+845 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00009.png
Oops, something went wrong.
Binary file added
BIN
+847 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00010.png
Oops, something went wrong.
Binary file added
BIN
+923 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00011.png
Oops, something went wrong.
Binary file added
BIN
+424 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00012.png
Oops, something went wrong.
Binary file added
BIN
+542 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00013.png
Oops, something went wrong.
Binary file added
BIN
+413 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00014.png
Oops, something went wrong.
Binary file added
BIN
+793 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00015.png
Oops, something went wrong.
Binary file added
BIN
+841 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00016.png
Oops, something went wrong.
Binary file added
BIN
+828 Bytes
...on/nano/snapshots/nanosp/test_sign_sc_rollup_originate/with_whitelist/00017.png
Oops, something went wrong.
File renamed without changes
Binary file modified
BIN
-594 Bytes
(41%)
tests/integration/nano/snapshots/nanox/test_sign_sc_rollup_originate/00014.png
Oops, something went wrong.
Binary file modified
BIN
-236 Bytes
(77%)
tests/integration/nano/snapshots/nanox/test_sign_sc_rollup_originate/00015.png
Oops, something went wrong.
Binary file modified
BIN
-98 Bytes
(90%)
tests/integration/nano/snapshots/nanox/test_sign_sc_rollup_originate/00016.png
Oops, something went wrong.
Binary file modified
BIN
+286 Bytes
(150%)
tests/integration/nano/snapshots/nanox/test_sign_sc_rollup_originate/00017.png
Oops, something went wrong.
Binary file modified
BIN
+46 Bytes
(110%)
tests/integration/nano/snapshots/nanox/test_sign_sc_rollup_originate/00018.png
Oops, something went wrong.
Binary file added
BIN
+463 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00000.png
Oops, something went wrong.
Binary file added
BIN
+485 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00001.png
Oops, something went wrong.
Binary file added
BIN
+728 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00002.png
Oops, something went wrong.
Binary file added
BIN
+330 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00003.png
Oops, something went wrong.
Binary file added
BIN
+387 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00004.png
Oops, something went wrong.
Binary file added
BIN
+316 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00005.png
Oops, something went wrong.
Binary file added
BIN
+542 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00006.png
Oops, something went wrong.
Binary file added
BIN
+805 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00007.png
Oops, something went wrong.
Binary file added
BIN
+838 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00008.png
Oops, something went wrong.
Binary file added
BIN
+845 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00009.png
Oops, something went wrong.
Binary file added
BIN
+847 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00010.png
Oops, something went wrong.
Binary file added
BIN
+923 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00011.png
Oops, something went wrong.
Binary file added
BIN
+424 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00012.png
Oops, something went wrong.
Binary file added
BIN
+542 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00013.png
Oops, something went wrong.
Binary file added
BIN
+413 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00014.png
Oops, something went wrong.
Binary file added
BIN
+459 Bytes
...ation/nano/snapshots/nanox/test_sign_sc_rollup_originate/no_whitelist/00015.png
Oops, something went wrong.
Binary file added
BIN
+463 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00000.png
Oops, something went wrong.
Binary file added
BIN
+485 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00001.png
Oops, something went wrong.
Binary file added
BIN
+728 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00002.png
Oops, something went wrong.
Binary file added
BIN
+330 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00003.png
Oops, something went wrong.
Binary file added
BIN
+387 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00004.png
Oops, something went wrong.
Binary file added
BIN
+316 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00005.png
Oops, something went wrong.
Binary file added
BIN
+542 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00006.png
Oops, something went wrong.
Binary file added
BIN
+805 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00007.png
Oops, something went wrong.
Binary file added
BIN
+838 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00008.png
Oops, something went wrong.
Binary file added
BIN
+845 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00009.png
Oops, something went wrong.
Binary file added
BIN
+847 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00010.png
Oops, something went wrong.
Binary file added
BIN
+923 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00011.png
Oops, something went wrong.
Binary file added
BIN
+424 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00012.png
Oops, something went wrong.
Binary file added
BIN
+542 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00013.png
Oops, something went wrong.
Binary file added
BIN
+413 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00014.png
Oops, something went wrong.
Binary file added
BIN
+793 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00015.png
Oops, something went wrong.
Binary file added
BIN
+841 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00016.png
Oops, something went wrong.
Binary file added
BIN
+828 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00017.png
Oops, something went wrong.
Binary file added
BIN
+459 Bytes
...ion/nano/snapshots/nanox/test_sign_sc_rollup_originate/with_whitelist/00018.png
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
Oops, something went wrong.